Skip to content

Commit 44b3f77

Browse files
Howard CoxXhmikosR
Howard Cox
authored andcommitted
Prevent pointer-events on disabled anchor dropdown-item
Fixes #26695
1 parent 0350858 commit 44b3f77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_dropdown.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
&.disabled,
137137
&:disabled {
138138
color: $dropdown-link-disabled-color;
139+
pointer-events: none;
139140
background-color: transparent;
140141
// Remove CSS gradients if they're enabled
141142
@if $enable-gradients {

0 commit comments

Comments
 (0)