Only HighContrast has a clear problem, and this avoids some probably
unwanted changes of certain colours in the weird greyscale emoji I have
available to test here.
:hover {
background: $selected_bg_color;
- color: $selected_fg_color;
}
}
.emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
-.emoji :hover { background: #215d9c; color: #ffffff; }
+.emoji :hover { background: #215d9c; }
/* GTK NAMED COLORS ---------------- use responsibly! */
/*
.emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
-.emoji :hover { background: #4a90d9; color: #ffffff; }
+.emoji :hover { background: #4a90d9; }
/* GTK NAMED COLORS ---------------- use responsibly! */
/*