-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent pointer-events on disabled anchor dropdown-item #26700
Conversation
8381a15
to
1ab4187
Compare
Why are you qualifying the selector? You could add this under: &.disabled,
&:disabled { on line 137. Or am I missing something? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @howardcox I've just patched your PR to have the desired result without the qualifying the selector.
Thanks a lot!
Thanks, sorry I was out-of-office until today otherwise I'd have patched it. I originally qualified the selector with |
Right, but even if cc/ @patrickhlauke am I missing something? |
Can this get merged at some point? It's missed 4.1.2 and 4.1.3 |
Ping @patrickhlauke |
I'd expect |
8c1172f
to
e8ac9ca
Compare
Ok e8ac9ca adds this to |
Ping @patrickhlauke |
45a002f
to
a4aa121
Compare
a4aa121
to
1f26357
Compare
Fixes #26695