1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Set default background-color for Select

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-05-20 10:17:57 +03:00
parent ad409af38a
commit ad9c4f09f6
2 changed files with 3 additions and 5 deletions

View File

@ -1,9 +1,9 @@
.NamespaceSelectFilter {
--gradientColor: var(--contentColor);
--gradientColor: var(--select-menu-bgc);
.Select {
&.theme-light {
--gradientColor: #fff;
--gradientColor: white;
}
&__placeholder {

View File

@ -35,8 +35,6 @@ html {
position: relative;
min-width: 220px;
* {
color: inherit;
}
@ -50,7 +48,7 @@ html {
&__control {
border: none;
border-radius: $radius;
background: transparent;
background: var(--select-menu-bgc);
min-height: 0;
box-shadow: 0 0 0 1px $halfGray;
cursor: pointer;