Skip to content

Commit

Permalink
Show dashed border on maximized panels in edit mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Mar 23, 2017
1 parent b0745aa commit ec5393b
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions src/core_plugins/kibana/public/dashboard/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ dashboard-grid {

.gs-w {

.panel {
border: 2px dashed transparent;
}

.panel .panel-heading .btn-group {
display: none;
}
Expand Down Expand Up @@ -71,6 +67,20 @@ dashboard-grid {
}
}

.panel {
border: 2px dashed transparent;
}

.panel--edit-mode {
border-color: @kibanaGray4;
.visualize-show-spy {
visibility: visible;
}
.panel-heading .btn-group {
display: block !important;
}
}

.dashboard-container {
flex: 1;
display: flex;
Expand Down Expand Up @@ -99,7 +109,6 @@ dashboard-panel {
display: flex;
flex-direction: column;
justify-content: flex-start;
border: 0 solid transparent;

.panel-heading {
padding: 0px 0px 0px 5px;
Expand Down

0 comments on commit ec5393b

Please sign in to comment.