mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-13 13:29:23 +00:00
Adapt calendar to new tooltip library
This commit is contained in:
@ -45,7 +45,7 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
@mixin tooltip {
|
||||
@include shadow;
|
||||
z-index: 1;
|
||||
pointer-events: none;
|
||||
@ -58,7 +58,10 @@ body {
|
||||
white-space: nowrap;
|
||||
opacity: 0;
|
||||
transition: opacity 500ms ease-in;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
@include tooltip;
|
||||
position: absolute;
|
||||
width: max-content;
|
||||
|
||||
|
Reference in New Issue
Block a user