mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
25c396409c
Ensure that style properties are read in the correct order, by having a property twice with vastly different values.
13 lines
128 B
CSS
13 lines
128 B
CSS
* {
|
|
-GtkWidget-focus-line-width: 0;
|
|
padding: 0
|
|
}
|
|
|
|
#test {
|
|
-GtkWidget-focus-line-width: 20
|
|
}
|
|
|
|
#reference {
|
|
padding: 20
|
|
}
|