From 0baaf6971481182228875dca4bc64d94d67b086e Mon Sep 17 00:00:00 2001 From: imperosol Date: Mon, 30 Jun 2025 16:13:16 +0200 Subject: [PATCH] fix: rebase issues --- core/static/core/style.scss | 29 ----------------------------- package-lock.json | 11 ----------- package.json | 1 - 3 files changed, 41 deletions(-) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index ffc800f3..2baf42a6 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -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 { display: inline-block; padding: 1px; diff --git a/package-lock.json b/package-lock.json index bf0d781c..7c050a48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,6 @@ "@fullcalendar/list": "^6.1.17", "@fullcalendar/resource": "^6.1.17", "@fullcalendar/resource-timeline": "^6.1.17", - "@hey-api/client-fetch": "^0.8.2", "@sentry/browser": "^9.29.0", "@zip.js/zip.js": "^2.7.52", "3d-force-graph": "^1.73.4", @@ -2315,16 +2314,6 @@ "@fullcalendar/core": "~6.1.17" } }, - "node_modules/@hey-api/client-fetch": { - "version": "0.8.4", - "resolved": "https://registry.npmjs.org/@hey-api/client-fetch/-/client-fetch-0.8.4.tgz", - "integrity": "sha512-SWtUjVEFIUdiJGR2NiuF0njsSrSdTe7WHWkp3BLH3DEl2bRhiflOnBo29NSDdrY90hjtTQiTQkBxUgGOF29Xzg==", - "deprecated": "Starting with v0.73.0, this package is bundled directly inside @hey-api/openapi-ts.", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/hey-api" - } - }, "node_modules/@hey-api/json-schema-ref-parser": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/@hey-api/json-schema-ref-parser/-/json-schema-ref-parser-1.0.6.tgz", diff --git a/package.json b/package.json index 262c97a6..8e742cf9 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,6 @@ "@fullcalendar/list": "^6.1.17", "@fullcalendar/resource": "^6.1.17", "@fullcalendar/resource-timeline": "^6.1.17", - "@hey-api/client-fetch": "^0.8.2", "@sentry/browser": "^9.29.0", "@zip.js/zip.js": "^2.7.52", "3d-force-graph": "^1.73.4",