Commit 8a9582da by Torkel Ödegaard

minor updates

parent 2ec55d06
...@@ -20,11 +20,7 @@ $popper-margin-from-ref: 5px; ...@@ -20,11 +20,7 @@ $popper-margin-from-ref: 5px;
background: $tooltipBackground; background: $tooltipBackground;
border-radius: $border-radius; border-radius: $border-radius;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
padding: 0px 8px; padding: 3px 8px;
height: 24px;
display: flex;
align-items: center;
//border: 1px #333333 solid;
color: $tooltipColor; color: $tooltipColor;
font-weight: 500; font-weight: 500;
...@@ -45,7 +41,6 @@ $popper-margin-from-ref: 5px; ...@@ -45,7 +41,6 @@ $popper-margin-from-ref: 5px;
border-style: solid; border-style: solid;
position: absolute; position: absolute;
margin: 0px; margin: 0px;
display: none;
} }
.popper__arrow { .popper__arrow {
......
...@@ -307,9 +307,8 @@ $tooltipArrowWidth: 5px; ...@@ -307,9 +307,8 @@ $tooltipArrowWidth: 5px;
$tooltipLinkColor: $link-color; $tooltipLinkColor: $link-color;
$graph-tooltip-bg: $dark-1; $graph-tooltip-bg: $dark-1;
$tooltipBackground: $popover-help-bg; $tooltipBackground: $black;
$tooltipBackground:#e9edf2; $tooltipColor: $text-color;
$tooltipColor: #52545c;
$tooltipArrowColor: $tooltipBackground; $tooltipArrowColor: $tooltipBackground;
$tooltipBackgroundError: $brand-danger; $tooltipBackgroundError: $brand-danger;
$tooltipBackgroundBrand: $brand-primary; $tooltipBackgroundBrand: $brand-primary;
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
z-index: $zindex-tooltip; z-index: $zindex-tooltip;
display: block; display: block;
visibility: visible; visibility: visible;
font-size: 11px;
line-height: 1.4; line-height: 1.4;
font-weight: 500;
@include opacity(0); @include opacity(0);
&.in { &.in {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment