mirror of
https://github.com/mathuo/dockview
synced 2025-10-21 15:28:31 +00:00
Merge pull request #392 from cemalgnlts/patch-1
Remove the hover effect for inactive sash classes.
This commit is contained in:
commit
ef70ea236d
@ -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