mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
reftests: fix background-area reftest
background-clip: content-box broke when I made GtkButton allocate its border-width, as for the CSS box model.
This commit is contained in:
parent
9c7d795d5a
commit
984834ea57
@ -48,12 +48,11 @@ GtkButton {
|
||||
#reference3 {
|
||||
border-color: rgb(153,102,0);
|
||||
background-color: transparent;
|
||||
padding: 5;
|
||||
}
|
||||
|
||||
#reference3inner {
|
||||
padding: 0;
|
||||
border-width: 10;
|
||||
border-width: 0;
|
||||
border-color: rgb(0, 255, 0);
|
||||
background-color: rgb(0,0,255);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user