Prevent pointer-events on disabled anchor dropdown-item

Fixes #26695
This commit is contained in:
Howard Cox 2018-06-11 16:52:56 +03:00 committed by XhmikosR
parent 0350858edf
commit 44b3f77852
1 changed files with 1 additions and 0 deletions

View File

@ -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 {