Skip to content

Commit

Permalink
Change cursor to pointer when hovering panel-header, make panel heade…
Browse files Browse the repository at this point in the history
…r gray on hover of panel
  • Loading branch information
Rashid Khan committed Feb 12, 2016
1 parent 1ff765b commit 4622a4c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/plugins/kibana/public/dashboard/styles/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,14 @@ dashboard-grid {
.visualize-show-spy {
visibility: visible;
}
.panel .panel-heading .btn-group {
display: block !important;
.panel .panel-heading {
background-color: @kibanaGray6;
&:hover {
cursor: pointer;
}
.btn-group {
display: block !important;
}
}
}

Expand Down Expand Up @@ -79,7 +85,7 @@ dashboard-grid {
border: 0 solid transparent;

.panel-heading {
padding: 0px 0px 5px 5px;
padding: 0px 0px 0px 5px;
flex: 0 0 auto;
white-space: nowrap;
display: flex;
Expand Down

0 comments on commit 4622a4c

Please sign in to comment.