Adwaita: Fix a selector not regenerated in the CSS

This commit is contained in:
Daniel Boles 2017-09-05 01:42:13 +01:00
parent 23ea09aa48
commit edad5e5c09
2 changed files with 2 additions and 2 deletions

View File

@ -1912,7 +1912,7 @@ button.emoji-section:checked label { opacity: 1; }
.emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
.emoji:hover { background: #215d9c; }
.emoji :hover { background: #215d9c; }
/* GTK NAMED COLORS ---------------- use responsibly! */
/*

View File

@ -1932,7 +1932,7 @@ button.emoji-section:checked label { opacity: 1; }
.emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
.emoji:hover { background: #4a90d9; }
.emoji :hover { background: #4a90d9; }
/* GTK NAMED COLORS ---------------- use responsibly! */
/*