Remove .pane-item selector from core

It’s still in some themes, but we should be able to use a structural
selector to style anything in the pane so people don’t have to add
this class.
This commit is contained in:
Nathan Sobo 2015-01-07 10:21:52 -07:00
parent 6fe7eb086f
commit ced66d920d

View File

@ -33,17 +33,14 @@ 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;
}
}
}