mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-03-18 18:48:38 +01:00
Add .pane-row selector for forward compatibility with flexbox panes
This commit is contained in:
parent
8ca3a02740
commit
b310fdc60a
@ -9,7 +9,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.panes {
|
.panes {
|
||||||
.row .pane {
|
.row .pane, // TODO: Remove this selector when flexbox panes is on master
|
||||||
|
.pane-row .pane {
|
||||||
border-right: 1px solid @pane-item-border-color;
|
border-right: 1px solid @pane-item-border-color;
|
||||||
&:last-child { border-right: none; }
|
&:last-child { border-right: none; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user