kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Fix icons opacity
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>features-override
rodzic
bdb61c14e3
commit
e669938793
|
@ -572,8 +572,9 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
padding: 13px 10px 12px;
|
||||
color: var(--primary-text-color--faint);
|
||||
color: var(--primary-text-color);
|
||||
text-decoration: none;
|
||||
opacity: 0.6;
|
||||
|
||||
&,
|
||||
button {
|
||||
|
@ -582,8 +583,9 @@
|
|||
|
||||
&.active,
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
opacity: 1;
|
||||
|
||||
&,
|
||||
button {
|
||||
background: var(--background-color);
|
||||
|
|
Ładowanie…
Reference in New Issue