Skip to content

Commit

Permalink
Merge pull request #2071 from weaveworks/2056-graph-table-buttons
Browse files Browse the repository at this point in the history
Fix grid-mode-selector styling
  • Loading branch information
jpellizzari authored Dec 8, 2016
2 parents e387f8c + 431be4c commit 856a5a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/app/styles/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -1262,10 +1262,19 @@ h2 {

margin-top: 8px;
margin-left: 8px;
min-width: 161px;

&-wrapper {
pointer-events: all;
border-color: @background-darker-secondary-color;
overflow: hidden;
}

&:first-child,
&:last-child {
.grid-mode-selector-action {
border-radius: 0;
}
}

&-action {
Expand Down

0 comments on commit 856a5a0

Please sign in to comment.