Skip to content

Commit b2f93ce

Browse files
committed
Stops hover effects while column resizing
1 parent 1002950 commit b2f93ce

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/webviews/apps/plus/graph/graph.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,16 @@ a {
358358
background-color: var(--vscode-sash-hoverBorder);
359359
}
360360
}
361+
362+
&:active:after {
363+
content: "";
364+
position: absolute;
365+
top: 0;
366+
left: -100vw;
367+
width: 200vw;
368+
height: 100vh;
369+
z-index: 1000;
370+
}
361371
}
362372
}
363373

0 commit comments

Comments
 (0)