]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Prevent pointer-events on disabled anchor dropdown-item
authorHoward Cox <howard@zedcore.com>
Mon, 11 Jun 2018 13:52:56 +0000 (16:52 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 26 Sep 2018 04:20:46 +0000 (07:20 +0300)
Fixes #26695

scss/_dropdown.scss

index ee6f658087ecbdc2ad234d22f2b74f2b8ebb9068..b6a4089d4ba28a6eb3be3361659b52ab00c616a1 100644 (file)
   &.disabled,
   &:disabled {
     color: $dropdown-link-disabled-color;
+    pointer-events: none;
     background-color: transparent;
     // Remove CSS gradients if they're enabled
     @if $enable-gradients {