Migrate to nested CSS

This commit is contained in:
Kalle
2026-03-28 16:30:28 +02:00
parent 0df6002c9a
commit dfa95bd92d
93 changed files with 1405 additions and 1337 deletions

View File

@@ -17,10 +17,10 @@
border-radius: var(--radius-box);
background-color: var(--color-bg-high);
transition: opacity 0.2s;
}
.item.isDragging {
opacity: 0.5;
&.isDragging {
opacity: 0.5;
}
}
.dragHandle {
@@ -33,10 +33,10 @@
border: none;
padding: 0;
flex-shrink: 0;
}
.dragHandle:active {
cursor: grabbing;
&:active {
cursor: grabbing;
}
}
.weaponName {