fix: better tooltip css

This commit is contained in:
David Ralph
2021-04-23 16:47:48 +01:00
parent 51e6582d23
commit de5449d8b7

View File

@@ -5,7 +5,7 @@
.tooltipTitle {
width: 60px;
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.89);
color: #000000;
text-align: center;
font-size: 0.6rem;
@@ -26,12 +26,12 @@
&:hover {
.tooltipTitle {
visibility: visible;
opacity: 0.8;
opacity: 1;
}
}
}
.dark .tooltipTitle {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.79);
color: #ffffff;
}