Fix another reftest

Make sure the notebook in the separator-size reftest does not
peek through, by giving it a transparent background.
This commit is contained in:
Matthias Clasen 2016-01-30 21:43:49 -05:00
parent bbfc547b89
commit 27b4bfc1cf
2 changed files with 4 additions and 0 deletions

View File

@ -380,6 +380,7 @@ testdata = \
revealer-wrappable-contents.ui \
rotated-layout.ref.ui \
rotated-layout.ui \
separator-size.css \
separator-size.ref.ui \
separator-size.ui \
set-default-direction.ui \

View File

@ -0,0 +1,3 @@
notebook stack {
background: none;
}