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

feat: lower tooltip opacity

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