mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Adwaita: Fix highlight on check buttons
The .button style class does not apply to check and radio buttons, and .check only applies to menuitems.
This commit is contained in:
parent
60d39e973a
commit
0ec00ffbb0
@ -358,6 +358,8 @@ GtkColorButton.button { padding: 4px; } // Uniform padding on the GtkColorButton
|
||||
|
||||
.inline-toolbar.toolbar GtkToolButton .button { @include button(normal); }
|
||||
|
||||
GtkCheckButton:hover { -gtk-image-effect: highlight; }
|
||||
|
||||
/*********
|
||||
* Links *
|
||||
*********/
|
||||
|
@ -477,6 +477,9 @@ GtkColorButton.button {
|
||||
icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
|
||||
|
||||
GtkCheckButton:hover {
|
||||
-gtk-image-effect: highlight; }
|
||||
|
||||
/*********
|
||||
* Links *
|
||||
*********/
|
||||
|
@ -477,6 +477,9 @@ GtkColorButton.button {
|
||||
icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
|
||||
box-shadow: inset 0 1px white, 0 1px white; }
|
||||
|
||||
GtkCheckButton:hover {
|
||||
-gtk-image-effect: highlight; }
|
||||
|
||||
/*********
|
||||
* Links *
|
||||
*********/
|
||||
|
Loading…
Reference in New Issue
Block a user