Lighten comment more actions icon

pull/7125/head
Karl Hobley 2021-04-26 14:42:55 +01:00 zatwierdzone przez Jacob Topp-Mugglestone
rodzic 9ea40ed705
commit 5271b4e97a
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -81,7 +81,12 @@
> button,
> details > summary,
> .details-fallback > .details-fallback__summary { // IE11 uses divs instead with these classes
color: $color-grey-25;
color: #767676;
// stylelint-disable-next-line max-nesting-depth
&:hover {
color: $color-grey-25;
}
}
}
}