Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Commit

Permalink
Merge pull request #30 from Alhadis/border-fix
Browse files Browse the repository at this point in the history
Restore missing border for status bar
  • Loading branch information
simurai committed Jun 8, 2016
2 parents dfdf0f6 + fade28b commit 153d176
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/panels.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ atom-panel, .tool-panel {

background-color: @tool-panel-background-color;

&.bottom, &.panel-bottom {
&.bottom, &.panel-bottom,
&.footer, &.footer-bottom {
border-top: 1px solid @tool-panel-border-color;
}

Expand Down

0 comments on commit 153d176

Please sign in to comment.