mirror of
https://github.com/mathuo/dockview
synced 2025-09-11 03:38:06 +00:00
Remove the hover effect for inactive sash classes.
This commit is contained in:
parent
b17aa24637
commit
de88179b26
@ -113,12 +113,12 @@
|
|||||||
-ms-user-select: none; // IE 10 and IE 11
|
-ms-user-select: none; // IE 10 and IE 11
|
||||||
touch-action: none;
|
touch-action: none;
|
||||||
|
|
||||||
&:active {
|
&:not(.disabled):active {
|
||||||
transition: background-color 0.1s ease-in-out;
|
transition: background-color 0.1s ease-in-out;
|
||||||
background-color: var(--dv-active-sash-color, transparent);
|
background-color: var(--dv-active-sash-color, transparent);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:not(.disabled):hover {
|
||||||
background-color: var(--dv-active-sash-color, transparent);
|
background-color: var(--dv-active-sash-color, transparent);
|
||||||
transition: background-color 0.1s ease-in-out;
|
transition: background-color 0.1s ease-in-out;
|
||||||
transition-delay: 0.5s;
|
transition-delay: 0.5s;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user