use css classes instead of temporary items

This commit is contained in:
chfhtw
2026-04-15 13:56:35 +02:00
parent 88c82a41ba
commit 35355b28c0
2 changed files with 43 additions and 33 deletions
+8
View File
@@ -130,10 +130,12 @@
display: none;
}
.drop-grid-item-sizechanged > .dashboard-item,
.drop-grid-item-move > .dashboard-item {
background-color: var(--fhc-dashboard-item-overlay-background);
}
.drop-grid-item-sizechanged > .dashboard-item::before,
.drop-grid-item-move > .dashboard-item::before {
position: absolute;
content: "";
@@ -145,6 +147,12 @@
opacity: .5;
}
.drop-grid-item-oversized > .dashboard-item {
/* Bootstrap: border-danger */
--bs-border-opacity: 1;
border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
#deleteBookmark i {
color: var(--fhc-dashboard-danger);
}