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:
parent
ad409af38a
commit
ad9c4f09f6
@ -1,9 +1,9 @@
|
|||||||
.NamespaceSelectFilter {
|
.NamespaceSelectFilter {
|
||||||
--gradientColor: var(--contentColor);
|
--gradientColor: var(--select-menu-bgc);
|
||||||
|
|
||||||
.Select {
|
.Select {
|
||||||
&.theme-light {
|
&.theme-light {
|
||||||
--gradientColor: #fff;
|
--gradientColor: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__placeholder {
|
&__placeholder {
|
||||||
|
|||||||
@ -35,8 +35,6 @@ html {
|
|||||||
position: relative;
|
position: relative;
|
||||||
min-width: 220px;
|
min-width: 220px;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
@ -50,7 +48,7 @@ html {
|
|||||||
&__control {
|
&__control {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: $radius;
|
border-radius: $radius;
|
||||||
background: transparent;
|
background: var(--select-menu-bgc);
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
box-shadow: 0 0 0 1px $halfGray;
|
box-shadow: 0 0 0 1px $halfGray;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user