Merge branch 'develop' into develop-scrollable-panels

This commit is contained in:
Torkel Ödegaard
2017-11-23 10:27:16 +01:00
35 changed files with 1614 additions and 215 deletions

View File

@@ -280,7 +280,7 @@
.graph-annotation__header {
background-color: $popover-border-color;
padding: 0.40rem 0.65rem;
padding: 6px 10px;
display: flex;
}

View File

@@ -8,13 +8,6 @@
.tabbed-view-header {
padding: 1.5em 1rem 0 1rem;
}
.gf-tabs-link.active {
background-color: $panel-bg;
}
.tabbed-view-body {
min-height: 200px;
}
}
}

View File

@@ -62,7 +62,7 @@
&.active:focus {
@include border-radius(3px);
border-color: rgba(216, 131, 40, 0.77);
border-bottom: 2px solid $panel-bg;
border-bottom: 1px solid $page-bg;
color: $link-color;
position: relative;
top: 1px;