Skip to content
Snippets Groups Projects
Commit 5bf5b512 authored by xaralis's avatar xaralis
Browse files

feat: lower tooltip opacity

parent be3cde92
Branches
Tags 2.2.1
No related merge requests found
Pipeline #2027 passed
.tooltip { .tooltip {
--bg-opacity: 0.9 !important; --bg-opacity: 0.8 !important;
z-index: 999; z-index: 999;
@apply inline-block relative pointer-events-none; @apply inline-block relative pointer-events-none;
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
width: 0; width: 0;
height: 0; height: 0;
position: absolute; position: absolute;
opacity: 0.9; opacity: 0.8;
} }
&, &,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment