1
0
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:
Alex Andreev 2022-02-01 13:57:06 +03:00
parent de37ba2822
commit c51a2a17e7

View File

@ -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: ' ';