mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix NamespaceSelectFilter gradient color
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
de37ba2822
commit
c51a2a17e7
@ -1,13 +1,11 @@
|
||||
@include theme-light {
|
||||
.NamespaceSelectFilter {
|
||||
--gradientColor: white;
|
||||
}
|
||||
}
|
||||
|
||||
.NamespaceSelectFilter {
|
||||
--gradientColor: var(--select-menu-bgc);
|
||||
|
||||
.Select {
|
||||
&.lightTheme {
|
||||
&__value-container {
|
||||
--gradientColor: #f6f6f7;
|
||||
}
|
||||
}
|
||||
|
||||
&__placeholder {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
@ -25,6 +23,7 @@
|
||||
|
||||
&__value-container {
|
||||
position: relative;
|
||||
--gradientColor: var(--inputControlBackground);
|
||||
|
||||
&::before, &::after {
|
||||
content: ' ';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user