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

@ -308,25 +308,9 @@
&: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
--dv-separator-handle-hover-background-color
);
position: absolute;
}
&:hover {
&::after {
background-color: var(
--dv-separator-handle-hover-background-color
);
}
}
}
}