[c] fix css for tooltip again
This commit is contained in:
parent
d213c2f178
commit
e845705829
1 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,6 @@
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
background-color: $space-gray-tooltip;
|
background-color: $space-gray-tooltip;
|
||||||
color: $white;
|
color: $white;
|
||||||
width: max-content;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
|
@ -145,6 +144,7 @@
|
||||||
z-index: 1001;
|
z-index: 1001;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
width: max-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip:hover .tooltiptext {
|
.tooltip:hover .tooltiptext {
|
||||||
|
|
Loading…
Reference in a new issue