fix: rebase issues

This commit is contained in:
imperosol
2025-06-30 16:13:16 +02:00
parent f70476b36e
commit 678e4e746b
2 changed files with 2 additions and 32 deletions

View File

@@ -45,35 +45,6 @@ body {
} }
} }
@mixin tooltip {
@include shadow;
z-index: 1;
pointer-events: none;
background-color: #333;
color: #fff;
border: 0.5px solid hsl(0, 0%, 50%);
border-radius: 5px;
padding: 5px 10px;
position: absolute;
white-space: nowrap;
opacity: 0;
transition: opacity 500ms ease-in;
}
.tooltip {
@include tooltip;
position: absolute;
width: max-content;
left: 0;
top: 0;
}
.tooltip[tooltip-status=open] {
opacity: 1;
transition: opacity 500ms ease-in;
}
.ib { .ib {
display: inline-block; display: inline-block;
padding: 1px; padding: 1px;

View File

@@ -50,9 +50,8 @@
"@fullcalendar/icalendar": "^6.1.19", "@fullcalendar/icalendar": "^6.1.19",
"@fullcalendar/interaction": "^6.1.19", "@fullcalendar/interaction": "^6.1.19",
"@fullcalendar/list": "^6.1.19", "@fullcalendar/list": "^6.1.19",
"@fullcalendar/resource": "^6.1.17", "@fullcalendar/resource": "^6.1.19",
"@fullcalendar/resource-timeline": "^6.1.17", "@fullcalendar/resource-timeline": "^6.1.19",
"@hey-api/client-fetch": "^0.8.2",
"@sentry/browser": "^9.46.0", "@sentry/browser": "^9.46.0",
"@zip.js/zip.js": "^2.8.9", "@zip.js/zip.js": "^2.8.9",
"3d-force-graph": "^1.79.0", "3d-force-graph": "^1.79.0",