mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 14:00:24 +00:00
Fixed a typo (disaabled).
This commit is contained in:
parent
d46ab6bf3a
commit
6cc6f201af
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