Fix icons opacity

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2021-11-04 19:28:23 +01:00
parent bdb61c14e3
commit e669938793

View file

@ -572,8 +572,9 @@
display: flex; display: flex;
align-items: center; align-items: center;
padding: 13px 10px 12px; padding: 13px 10px 12px;
color: var(--primary-text-color--faint); color: var(--primary-text-color);
text-decoration: none; text-decoration: none;
opacity: 0.6;
&, &,
button { button {
@ -582,8 +583,9 @@
&.active, &.active,
&:hover, &:hover,
&:active,
&:focus { &:focus {
opacity: 1;
&, &,
button { button {
background: var(--background-color); background: var(--background-color);