Skip to content

Commit 0baaf69

Browse files
committed
fix: rebase issues
1 parent edd8b9a commit 0baaf69

3 files changed

Lines changed: 0 additions & 41 deletions

File tree

core/static/core/style.scss

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -45,35 +45,6 @@ body {
4545
}
4646
}
4747

48-
@mixin tooltip {
49-
@include shadow;
50-
z-index: 1;
51-
pointer-events: none;
52-
background-color: #333;
53-
color: #fff;
54-
border: 0.5px solid hsl(0, 0%, 50%);
55-
border-radius: 5px;
56-
padding: 5px 10px;
57-
position: absolute;
58-
white-space: nowrap;
59-
opacity: 0;
60-
transition: opacity 500ms ease-in;
61-
}
62-
63-
.tooltip {
64-
@include tooltip;
65-
position: absolute;
66-
width: max-content;
67-
68-
left: 0;
69-
top: 0;
70-
}
71-
72-
.tooltip[tooltip-status=open] {
73-
opacity: 1;
74-
transition: opacity 500ms ease-in;
75-
}
76-
7748
.ib {
7849
display: inline-block;
7950
padding: 1px;

package-lock.json

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"@fullcalendar/list": "^6.1.17",
5353
"@fullcalendar/resource": "^6.1.17",
5454
"@fullcalendar/resource-timeline": "^6.1.17",
55-
"@hey-api/client-fetch": "^0.8.2",
5655
"@sentry/browser": "^9.29.0",
5756
"@zip.js/zip.js": "^2.7.52",
5857
"3d-force-graph": "^1.73.4",

0 commit comments

Comments
 (0)