changes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user