Skip to content

Commit b3f6be6

Browse files
authored
fix: remove the pointer-events CSS property (#423)
1 parent 0a5c31d commit b3f6be6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/actionBar/style.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ $icon-size: 20px;
2424
margin-left: 2px;
2525

2626
&--disabled {
27-
cursor: default;
27+
cursor: not-allowed;
2828
opacity: 0.4;
29-
pointer-events: none;
3029
}
3130

3231
.codicon {

0 commit comments

Comments
 (0)