mirror of
https://github.com/mathuo/dockview
synced 2025-08-31 06:26:08 +00:00
feat: active sash background color
This commit is contained in:
parent
f70e26c8ad
commit
f40f96f840
@ -102,6 +102,17 @@
|
||||
position: absolute;
|
||||
z-index: 99;
|
||||
outline: none;
|
||||
|
||||
&:active {
|
||||
transition: background-color 0.1s ease-in-out;
|
||||
background-color: var(--dv-active-sash-color, transparent);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: var(--dv-active-sash-color, transparent);
|
||||
transition: background-color 0.1s ease-in-out;
|
||||
transition-delay: 0.5s;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user