mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 14:00:24 +00:00
Merge pull request #17079 from SidRoberts/patch-1
Fixed a typo in buttons (disaabled)
This commit is contained in:
commit
43a6765fbe
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
}
|
||||
|
||||
// Future-proof disabling of clicks on `<a>` elements
|
||||
a.btn.disaabled,
|
||||
a.btn.disabled,
|
||||
fieldset[disabled] a.btn {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue