xed-view-frame: Fix the css for the minimap frame
This makes it work in gtk3.20+
This commit is contained in:
parent
561c94e71a
commit
c269c57777
|
@ -1,7 +1,7 @@
|
||||||
.xed-map-frame:dir(ltr) {
|
.xed-map-frame:dir(ltr) border {
|
||||||
border-width: 0 0 0 1px;
|
border-width: 0 0 0 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.xed-map-frame:dir(rtl) {
|
.xed-map-frame:dir(rtl) border {
|
||||||
border-width: 0 1px 0 0;
|
border-width: 0 1px 0 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue