Button Disabled - Cursor not-allowed no longer works
See original GitHub issueUpdated to the latest 4.0 beta version I noticed that Buttons when in a disabled state the cursor not-allowed no longer shows up. This causes confusion for users on disabled buttons.
<button type="button" class="btn btn-secondary" style="border: none;" data-toggle="modal" data-target="#editPropertyModal"
[disabled]="!isEditMode">View Secret Word</button>
Any ideas? Thanks
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
cursor: not-allowed isn't working on disabled buttons #16088
So I assume that bootstrap tried to implement the cursor: not-allowed for disabled buttons, or input's. I have created two jsfiddles.
Read more >How to combine cursor: not-allowed and pointer-events: none
you can't do this because pointer-events: none; disable all mouse functions, but you can do a trick and wrap your button with a...
Read more >CSS cursor: not-allowed; doesn't work on disabled buttons.
The fiddle listings (Public, Private, Titled, etc) will now display latest versions instead of the ones saved as Base versions - this was...
Read more >Disabled buttons should have cursor default - Drupal
1. For buttons, we should use the `disabled` attribute, 2. For links, we should use `.disabled` class. More info on this on https://getbootstrap ......
Read more >CSS cursor property - W3Schools
Property Values ; no-drop, The cursor indicates that the dragged item cannot be dropped here, Play it » ; none, No cursor is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
ps: For now I am using below in my css for a quick fix if anyone else also need it.
also doesn’t work in vuejs