forked from AuroraMiddleware/gtk
HighContrast: Stop hovered emoji from disappearing
Otherwise emoji are invisible in the normal variant & nearly in Inverse. https://bugzilla.gnome.org/show_bug.cgi?id=787279
This commit is contained in:
parent
edad5e5c09
commit
9699a954cd
@ -3443,5 +3443,6 @@ button.emoji-section:backdrop { /* Dodge stuff inherited from backdrop button */
|
||||
|
||||
:hover {
|
||||
background: $selected_bg_color;
|
||||
color: $selected_fg_color;
|
||||
}
|
||||
}
|
||||
|
@ -1598,4 +1598,4 @@ button.emoji-section:checked label, button.emoji-section:backdrop:checked label
|
||||
|
||||
.emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
|
||||
|
||||
.emoji :hover { background: #ddd; }
|
||||
.emoji :hover { background: #ddd; color: #000; }
|
||||
|
@ -1604,4 +1604,4 @@ button.emoji-section:checked label, button.emoji-section:backdrop:checked label
|
||||
|
||||
.emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
|
||||
|
||||
.emoji :hover { background: #000; }
|
||||
.emoji :hover { background: #000; color: #fff; }
|
||||
|
Loading…
Reference in New Issue
Block a user