Skip to content

Commit

Permalink
[visualize] Remove tab container top border
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Feb 10, 2016
1 parent 70f5f99 commit 74e67f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/kibana/public/dashboard/styles/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ dashboard-grid {
margin-left: auto;
}

.dashboard-panel-picker > li.list-group-item {
border-top: 0px;
.dashboard-panel-picker > .list-group-item {
border-top: 0;
}

.dashboard-load {
Expand Down

0 comments on commit 74e67f0

Please sign in to comment.