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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

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