Skip to content

Commit

Permalink
Merge pull request #392 from cemalgnlts/patch-1
Browse files Browse the repository at this point in the history
Remove the hover effect for inactive sash classes.
  • Loading branch information
mathuo authored Nov 23, 2023
2 parents b17aa24 + de88179 commit ef70ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dockview-core/src/splitview/splitview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@
-ms-user-select: none; // IE 10 and IE 11
touch-action: none;

&:active {
&:not(.disabled):active {
transition: background-color 0.1s ease-in-out;
background-color: var(--dv-active-sash-color, transparent);
}

&:hover {
&:not(.disabled):hover {
background-color: var(--dv-active-sash-color, transparent);
transition: background-color 0.1s ease-in-out;
transition-delay: 0.5s;
Expand Down

0 comments on commit ef70ea2

Please sign in to comment.