Make comment buttons focusable

pull/7062/head
Simon Evans 2021-04-21 13:10:55 +01:00 zatwierdzone przez Jacob Topp-Mugglestone
rodzic 1ff4bdceef
commit 6c065fad8b
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -503,6 +503,11 @@ li.inline:first-child {
}
}
&:focus {
opacity: 1;
pointer-events: initial;
}
> svg {
width: 30px;
height: 30px;