reftests: Fix css-multi-state test
Properly unset theme CSS and use the right selector for the toggle buttons.
This commit is contained in:
		| @ -1,9 +1,13 @@ | ||||
| GtkToggleButton:checked, | ||||
| * { | ||||
|   all: unset; | ||||
| } | ||||
|  | ||||
| button.toggle:checked, | ||||
| #reference:disabled { | ||||
|   color: lime; | ||||
| } | ||||
|  | ||||
| GtkToggleButton:checked, | ||||
| button.toggle:checked, | ||||
| #reference:checked { | ||||
|   color: blue; | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Timm Bäder
					Timm Bäder