forked from AuroraMiddleware/gtk
Adwaita: Fix a selector not regenerated in the CSS
This commit is contained in:
parent
23ea09aa48
commit
edad5e5c09
@ -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! */
|
||||
/*
|
||||
|
@ -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! */
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user