chore: Fix CI.
parent
96ad19a627
commit
e77988f747
|
|
@ -24,7 +24,7 @@ export class ResizableDivider extends LitElement {
|
|||
flex-shrink: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
:host::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
|
@ -33,20 +33,18 @@ export class ResizableDivider extends LitElement {
|
|||
right: -4px;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
:host(:hover) {
|
||||
background: var(--accent, #007bff);
|
||||
}
|
||||
|
||||
|
||||
:host(.dragging) {
|
||||
background: var(--accent, #007bff);
|
||||
}
|
||||
`;
|
||||
|
||||
render() {
|
||||
return html`
|
||||
|
||||
`;
|
||||
return html``;
|
||||
}
|
||||
|
||||
connectedCallback() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue