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

Fixing workspace menu icon colors

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-03-12 12:23:57 +03:00
parent 51715b6a8c
commit e8c70e6011

View File

@ -35,7 +35,7 @@
margin-bottom: $margin * 1.5; margin-bottom: $margin * 1.5;
border-radius: $radius; border-radius: $radius;
padding: $padding / 3; padding: $padding / 3;
color: #ffffff66; color: var(--textColorPrimary);
background: unset; background: unset;
cursor: pointer; cursor: pointer;
@ -45,7 +45,7 @@
&:hover { &:hover {
box-shadow: none; box-shadow: none;
color: #ffffff; color: var(--textColorAccent);
background-color: unset; background-color: unset;
} }
} }