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 {
|
||||
--gradientColor: var(--contentColor);
|
||||
--gradientColor: var(--select-menu-bgc);
|
||||
|
||||
.Select {
|
||||
&.theme-light {
|
||||
--gradientColor: #fff;
|
||||
--gradientColor: white;
|
||||
}
|
||||
|
||||
&__placeholder {
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user