diff --git a/static/panes.less b/static/panes.less index 09e9663ec..cb8bb6565 100644 --- a/static/panes.less +++ b/static/panes.less @@ -33,14 +33,17 @@ atom-pane-container { min-width: 0; position: relative; + .pane-item { + color: @text-color; + background-color: @pane-item-background-color; + } + > *, > atom-text-editor.react > * { position: absolute; top: 0; right: 0; bottom: 0; left: 0; - color: @text-color; - background-color: @pane-item-background-color; } } }