chore: fix CI

This commit is contained in:
Gustavo Madeira Santana
2026-02-02 21:44:31 -05:00
parent 578bde1e0d
commit ac2b71f240
3 changed files with 332 additions and 5 deletions
@@ -24,7 +24,6 @@ export class ResizableDivider extends LitElement {
flex-shrink: 0;
position: relative;
}
:host::before {
content: "";
position: absolute;
@@ -33,11 +32,9 @@ export class ResizableDivider extends LitElement {
right: -4px;
bottom: 0;
}
:host(:hover) {
background: var(--accent, #007bff);
}
:host(.dragging) {
background: var(--accent, #007bff);
}