mirror of
https://github.com/picocss/pico
synced 2025-08-28 21:16:32 +00:00
Merge pull request #349 from bradgessler/remove-spinner-from-html-entity
Exclude `html` entity from aria-busy
This commit is contained in:
commit
2c0a25fd6c
@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
// Everyting except form elements
|
||||
[aria-busy="true"]:not(input, select, textarea) {
|
||||
[aria-busy="true"]:not(input, select, textarea, html) {
|
||||
|
||||
&::before {
|
||||
display: inline-block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user