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 {
|
.NamespaceSelectFilter {
|
||||||
--gradientColor: var(--select-menu-bgc);
|
|
||||||
|
|
||||||
.Select {
|
.Select {
|
||||||
|
&.lightTheme {
|
||||||
|
&__value-container {
|
||||||
|
--gradientColor: #f6f6f7;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&__placeholder {
|
&__placeholder {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -25,6 +23,7 @@
|
|||||||
|
|
||||||
&__value-container {
|
&__value-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
--gradientColor: var(--inputControlBackground);
|
||||||
|
|
||||||
&::before, &::after {
|
&::before, &::after {
|
||||||
content: ' ';
|
content: ' ';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user