mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 10:50:08 +00:00
Adwaita: fix bogus selector...
...ruining the indeterminate check animation
This commit is contained in:
parent
460aa64c58
commit
1bd0431ab2
@ -2341,7 +2341,7 @@ check:not(:indeterminate):checked { animation: check_check 400ms; }
|
||||
|
||||
radio:not(:indeterminate):checked { animation: check_radio 400ms; }
|
||||
|
||||
check:indeterminate:checked:active, radio:indeterminate:checked { animation: check_indeterminate 400ms; }
|
||||
check:indeterminate:checked, radio:indeterminate:checked { animation: check_indeterminate 400ms; }
|
||||
|
||||
// no animations in menus
|
||||
menu menuitem {
|
||||
|
@ -2908,7 +2908,7 @@ check:not(:indeterminate):checked {
|
||||
radio:not(:indeterminate):checked {
|
||||
animation: check_radio 400ms; }
|
||||
|
||||
check:indeterminate:checked:active, radio:indeterminate:checked {
|
||||
check:indeterminate:checked, radio:indeterminate:checked {
|
||||
animation: check_indeterminate 400ms; }
|
||||
|
||||
menu menuitem check:not(:indeterminate):checked,
|
||||
|
@ -3041,7 +3041,7 @@ check:not(:indeterminate):checked {
|
||||
radio:not(:indeterminate):checked {
|
||||
animation: check_radio 400ms; }
|
||||
|
||||
check:indeterminate:checked:active, radio:indeterminate:checked {
|
||||
check:indeterminate:checked, radio:indeterminate:checked {
|
||||
animation: check_indeterminate 400ms; }
|
||||
|
||||
menu menuitem check:not(:indeterminate):checked,
|
||||
|
Loading…
Reference in New Issue
Block a user