Commit 1bd4f511 by Peter Holmberg Committed by Torkel Ödegaard

SASS: Add pointer events none to .disabled class (#18919)

parent a838d2b3
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
cursor: $cursor-disabled; cursor: $cursor-disabled;
opacity: 0.65; opacity: 0.65;
@include box-shadow(none); @include box-shadow(none);
pointer-events: none;
} }
&--radius-left-0 { &--radius-left-0 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment