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

This commit is contained in:
Penar Musaraj 2021-02-05 14:02:30 -05:00 committed by GitHub
parent a2946b0728
commit 015ea28778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);
}