This is much needed for HighContrast as otherwise emoji are invisible
(or nearly in Inverse). It also syncs up with hovered menu items, etc.
https://bugzilla.gnome.org/show_bug.cgi?id=787279
:hover {
background: $selected_bg_color;
+ color: $selected_fg_color;
}
}
.emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
-.emoji :hover { background: #215d9c; }
+.emoji :hover { background: #215d9c; color: #ffffff; }
/* GTK NAMED COLORS ---------------- use responsibly! */
/*
.emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
-.emoji :hover { background: #4a90d9; }
+.emoji :hover { background: #4a90d9; color: #ffffff; }
/* GTK NAMED COLORS ---------------- use responsibly! */
/*
:hover {
background: $selected_bg_color;
+ color: $selected_fg_color;
}
}
.emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
-.emoji :hover { background: #ddd; }
+.emoji :hover { background: #ddd; color: #000; }
.emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
-.emoji :hover { background: #000; }
+.emoji :hover { background: #000; color: #fff; }