From 44b3f77852f9d1e299097d25da851a55b50caa95 Mon Sep 17 00:00:00 2001 From: Howard Cox Date: Mon, 11 Jun 2018 16:52:56 +0300 Subject: [PATCH] Prevent pointer-events on disabled anchor dropdown-item Fixes #26695 --- scss/_dropdown.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index ee6f658087..b6a4089d4b 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -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 {