chore: fix theme

This commit is contained in:
mathuo 2024-10-29 20:06:03 +00:00
parent 40c1a26ead
commit f6f248c63a
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -306,21 +306,6 @@
position: absolute; position: absolute;
} }
&:hover {
&::after {
content: '';
height: 40px;
width: 4px;
border-radius: 2px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: var(
--dv-separator-handle-background-color
);
position: absolute;
}
&:hover { &:hover {
&::after { &::after {
background-color: var( background-color: var(
@ -330,7 +315,6 @@
} }
} }
} }
}
} }
.dockview-theme-replit { .dockview-theme-replit {