fix: notes copy now works and css updates

This commit is contained in:
David Ralph
2021-04-23 12:43:55 +01:00
parent 28dec3c1f9
commit 9726ea1c89
14 changed files with 52 additions and 24 deletions

View File

@@ -17,17 +17,21 @@
left: 50%;
margin-left: -30px;
visibility: hidden;
cursor: initial;
user-select: none;
opacity: 0;
transition: opacity 0.8s;
}
&:hover {
.tooltipTitle {
visibility: visible;
opacity: 0.8;
}
}
}
.tooltip:hover .tooltipTitle {
visibility: visible;
opacity: 0.8;
}
.dark .tooltip {
.dark .tooltipTitle {
background-color: #000000;
color: #ffffff;
}