Merge pull request #657 from dod-ccpo/tooltip-fix-2
Fix inconsistency in tooltip styling
This commit is contained in:
@@ -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