This commit is contained in:
Viet An
2026-06-11 09:16:47 +07:00
parent 03f3112573
commit a5a88b3b1c
6 changed files with 49 additions and 50 deletions

View File

@@ -7,7 +7,6 @@
// Tooltip Styles
.tooltiptext {
visibility: hidden;
opacity: 0;
background-color: var(--bulma-primary-95);
color: var(--bulma-primary-bold);
@@ -16,7 +15,7 @@
margin-left: 0px;
z-index: 999;
bottom: 110%;
transition: opacity 0.3s;
transition: opacity 0.2s;
padding: 0.4rem 0.6rem;
font-size: 13px;
pointer-events: none;
@@ -28,7 +27,6 @@
}
@mixin tooltipshow() {
visibility: visible;
opacity: 1;
position: absolute;
min-width: 300px;