1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fixed blank disabled Select element option (affected workspaces menu)

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
Jim Ehrismann 2021-05-03 13:23:40 -04:00
parent bf0dc84c22
commit df936eee1f

View File

@ -105,7 +105,7 @@ html {
&--is-disabled {
cursor: not-allowed;
background: none !important;
color: $contentColor;
color: inherit;
opacity: .75;
}
@ -165,6 +165,10 @@ html {
&--is-focused {
color: white;
}
&--is-disabled:hover {
color: inherit;
}
}
}
}