mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
Merge pull request #7258 from acconrad/patch-1
Update buttons.less to disable btn pointer events
This commit is contained in:
commit
1d94d777c3
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@
|
|||
&[disabled],
|
||||
fieldset[disabled] & {
|
||||
cursor: default;
|
||||
pointer-events: none;
|
||||
.opacity(.65);
|
||||
.box-shadow(none);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue