Adapt calendar to new tooltip library

This commit is contained in:
2025-04-25 16:08:15 +02:00
parent 35e96fb875
commit 1872e4abe5
5 changed files with 37 additions and 9 deletions

View File

@ -1,4 +1,5 @@
@import "core/static/core/colors";
@import "core/static/core/tooltips";
:root {
@ -117,11 +118,6 @@ ics-calendar {
margin-right: 0.5rem;
}
button.text-copied[tooltip]::before {
opacity: 0;
transition: opacity 500ms ease-out;
}
.fc .fc-helpButton-button {
border-radius: 70%;
padding-left: 0.5rem;
@ -137,4 +133,4 @@ ics-calendar {
.fc .fc-helpButton-button:hover {
background-color: rgba(20, 20, 20, 0.6);
}
}
}