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:
Daniel Boles 2017-09-05 01:42:31 +01:00
parent edad5e5c09
commit 9699a954cd
3 changed files with 3 additions and 2 deletions

View File

@ -3443,5 +3443,6 @@ button.emoji-section:backdrop { /* Dodge stuff inherited from backdrop button */
:hover {
background: $selected_bg_color;
color: $selected_fg_color;
}
}

View File

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

View File

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