Merge branch 'master' into sidebar-ie

This commit is contained in:
George Drummond
2019-02-19 13:54:25 -05:00
committed by GitHub
6 changed files with 21 additions and 6 deletions

View File

@@ -51,3 +51,10 @@
@import 'sections/reports';
@import 'sections/task_order';
//
// IE likes to display an outline when focusing on an element. This
// fix removes that unwanted outline on focus.
//
*:focus {
outline: 0;
}

View File

@@ -65,6 +65,10 @@
margin: 2 * $gap;
.col--grow {
overflow: inherit;
}
.portfolio-header__name {
@include h1;
}

View File

@@ -8,8 +8,6 @@
background-color: $color-aqua-lightest;
padding: $gap * 3;
border-left: ($gap / 2) solid $color-blue;
position: relative;
z-index: 2;
}
.tooltip-arrow {