Partially revert d170c8fccc to bring back 3df0626aa5.

This commit is contained in:
Guo Xiang Tan 2018-02-22 13:42:04 +08:00
parent d170c8fccc
commit ae2d7ba857
1 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@ nav.post-controls {
border: none;
margin-left: 3px;
&.d-hover {
&.d-hover, &:focus {
background: $primary-low;
color: $primary;
}
@ -142,12 +142,12 @@ nav.post-controls {
position: relative;
}
&.delete.d-hover {
&.delete.d-hover, &.delete:focus {
background: $danger;
color: $secondary;
}
&.like.d-hover {
&.like.d-hover, &.like:focus {
color: $love;
background: $love-low;
}