Fix icons opacity
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
bdb61c14e3
commit
e669938793
1 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue