From b310fdc60ae9052f8d01be7324f3dddef8b448fe Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Sat, 11 Jan 2014 11:02:31 -0700 Subject: [PATCH] Add .pane-row selector for forward compatibility with flexbox panes --- stylesheets/panes.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/panes.less b/stylesheets/panes.less index d0da768..e4dbdd3 100644 --- a/stylesheets/panes.less +++ b/stylesheets/panes.less @@ -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; } }