Underline of tooltiped text is now more visible
This commit is contained in:
parent
94ab71402d
commit
fe05e145ab
@ -6,6 +6,8 @@ $switch-smaller-screen: "only screen and (max-width: 400px)";
|
|||||||
$navbar-height: 70px;
|
$navbar-height: 70px;
|
||||||
$postamble-height: 55px;
|
$postamble-height: 55px;
|
||||||
|
|
||||||
|
$tooltip-underline-size: 3px;
|
||||||
|
|
||||||
// Themes /////////////////////////////////////////////////////////////////////
|
// Themes /////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$dark: rgba( 52, 73, 94, 1);
|
$dark: rgba( 52, 73, 94, 1);
|
||||||
@ -87,7 +89,7 @@ $gradient-accent3-light-right: linear-gradient(to right, $light, $accent3);
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tooltip {
|
.tooltip {
|
||||||
border-bottom: 1px dotted $accent3;
|
border-bottom: $tooltip-underline-size dotted $accent3;
|
||||||
|
|
||||||
.tooltiptext {
|
.tooltiptext {
|
||||||
background-color: $accent3;
|
background-color: $accent3;
|
||||||
@ -165,7 +167,7 @@ $gradient-accent3-light-right: linear-gradient(to right, $light, $accent3);
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tooltip {
|
.tooltip {
|
||||||
border-bottom: 1px dotted $accent1;
|
border-bottom: $tooltip-underline-size dotted $accent1;
|
||||||
|
|
||||||
.tooltiptext {
|
.tooltiptext {
|
||||||
background-color: $accent1;
|
background-color: $accent1;
|
||||||
|
Reference in New Issue
Block a user