themes: Actually apply the frame.flat style class

The docs say that this class should be put on the frame node, and that’s
all we can do from C code, but the CSS was selecting on the border node.
The result was that adding .flat did not disable the border as expected.

https://bugzilla.gnome.org/show_bug.cgi?id=778905
This commit is contained in:
Daniel Boles 2017-02-19 12:22:48 +00:00
parent 563063d66b
commit 0c20604932
4 changed files with 4 additions and 4 deletions

View File

@ -3789,7 +3789,7 @@ frame > border,
padding: 0;
border-radius: 0;
border: 1px solid #1b1f20; }
frame > border.flat,
frame.flat > border,
.frame.flat {
border-style: none; }
frame > border:backdrop,

View File

@ -3820,7 +3820,7 @@ frame > border,
padding: 0;
border-radius: 0;
border: 1px solid #b6b6b3; }
frame > border.flat,
frame.flat > border,
.frame.flat {
border-style: none; }
frame > border:backdrop,

View File

@ -2616,7 +2616,7 @@ frame border,
.frame {
border: 1px solid gray;
padding: 0; }
frame border.flat,
frame.flat > border,
.frame.flat {
border-style: none; }
frame border:backdrop,

View File

@ -2623,7 +2623,7 @@ frame border,
.frame {
border: 1px solid gray;
padding: 0; }
frame border.flat,
frame.flat > border,
.frame.flat {
border-style: none; }
frame border:backdrop,