Skip to content

Commit

Permalink
Remove the hover effect for inactive sash classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cemalgnlts authored Nov 16, 2023
1 parent b17aa24 commit de88179
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 de88179

Please sign in to comment.