mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 06:10:15 +00:00
reftests: Fix a bunch of invalid CSS cases
use 'transparent' instead of 'none' for colors.
This commit is contained in:
parent
839b0f5317
commit
d10f851201
@ -47,7 +47,7 @@ GtkButton {
|
||||
|
||||
#reference3 {
|
||||
border-color: rgb(153,102,0);
|
||||
background-color: none;
|
||||
background-color: transparent;
|
||||
padding: 5;
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
* {
|
||||
background-color: none;
|
||||
color: none;
|
||||
border-color: none;
|
||||
background-color: transparent;
|
||||
color: transparent;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
border-width: 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user