mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
UX: Apply hover styling to post actions on focus
This commit is contained in:
parent
bbb30bedf3
commit
3df0626aa5
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user