mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
reftests: Fix css-match-exact
Ensure that background-colors are always set. And import reset-to-defaults so that there's no background image or so.
This commit is contained in:
parent
1484208b4c
commit
8cdbebae71
@ -1,3 +1,9 @@
|
||||
GtkGrid {
|
||||
background-color: purple;
|
||||
@import "reset-to-defaults.css";
|
||||
|
||||
* {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
GtkGrid {
|
||||
background-color: red;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user