Skip to content

Commit

Permalink
restore the bottom border to the panel header area [#154785774]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Berney authored and Ming Xiao committed Jan 31, 2018
1 parent 6d65f21 commit 6be8be1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/panels/panels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
}
}

.pui-panel-header {
border-bottom: 3px solid $dark-9;
}

.pui-panel-header, .pui-panel-footer {
padding: $base-unit;
}
Expand Down

0 comments on commit 6be8be1

Please sign in to comment.