Adwaita: fix bogus selector...

...ruining the indeterminate check animation
This commit is contained in:
Lapo Calamandrei 2016-02-11 18:38:31 +01:00
parent 460aa64c58
commit 1bd0431ab2
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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,

View File

@ -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,