Merge branch 'master' into sidebar-ie
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -65,6 +65,10 @@
|
||||
|
||||
margin: 2 * $gap;
|
||||
|
||||
.col--grow {
|
||||
overflow: inherit;
|
||||
}
|
||||
|
||||
.portfolio-header__name {
|
||||
@include h1;
|
||||
}
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user