Skip to content

Commit

Permalink
Prevent pointer-events on disabled anchor dropdown-item
Browse files Browse the repository at this point in the history
Fixes #26695
  • Loading branch information
Howard Cox authored and XhmikosR committed Sep 26, 2018
1 parent 0350858 commit 999eec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
&.disabled,
&:disabled {
color: $dropdown-link-disabled-color;
pointer-events: none;
background-color: transparent;
// Remove CSS gradients if they're enabled
@if $enable-gradients {
Expand Down

0 comments on commit 999eec1

Please sign in to comment.