UX: Small fix for Chrome focus style on replies button (#11996)

This commit is contained in:
Penar Musaraj
2021-02-05 14:02:30 -05:00
committed by GitHub
parent a2946b0728
commit 015ea28778

View File

@ -202,7 +202,9 @@ nav.post-controls {
font-size: inherit;
padding: 10px;
color: var(--primary-medium);
&:hover {
&:hover,
&:focus {
outline: none;
color: var(--primary);
background: var(--primary-low);
}