mirror of
https://github.com/mathuo/dockview
synced 2025-10-29 11:18:04 +00:00
chore: fix theme
This commit is contained in:
parent
40c1a26ead
commit
f6f248c63a
@ -306,21 +306,6 @@
|
||||
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 {
|
||||
&::after {
|
||||
background-color: var(
|
||||
@ -331,7 +316,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dockview-theme-replit {
|
||||
@include dockview-theme-core-mixin();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user