1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-03-17 18:48:37 +01:00

Add .pane-row selector for forward compatibility with flexbox panes

This commit is contained in:
Nathan Sobo 2014-01-11 11:02:31 -07:00
parent 8ca3a02740
commit b310fdc60a

View File

@ -9,7 +9,8 @@
}
.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;
&:last-child { border-right: none; }
}