style: Fix left tile preview

Windows that are tiled to the left/right only use rounded corners
where they are attached to the edge, the preview should follow that.
This commit is contained in:
Florian Müllner 2017-11-01 19:54:01 +01:00
parent e765e684c3
commit 93925c99b4
3 changed files with 3 additions and 3 deletions

View File

@ -647,7 +647,7 @@ StScrollBar {
border: 1px solid #215d9c; }
.tile-preview-left.on-primary {
border-radius: 6px 6px 0 0; }
border-radius: 6px 0 0 0; }
.tile-preview-right.on-primary {
border-radius: 0 6px 0 0; }

@ -1 +1 @@
Subproject commit de41fb43a58e3b10b9f7df83904bd9e0e381637b
Subproject commit 32361ac692945e4c2c3ff80d20a4b03649699828

View File

@ -647,7 +647,7 @@ StScrollBar {
border: 1px solid #215d9c; }
.tile-preview-left.on-primary {
border-radius: 6px 6px 0 0; }
border-radius: 6px 0 0 0; }
.tile-preview-right.on-primary {
border-radius: 0 6px 0 0; }