1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-07 06:06:47 +02:00

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

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 {