Merge pull request #349 from bradgessler/remove-spinner-from-html-entity

Exclude `html` entity from aria-busy
This commit is contained in:
Lucas Larroche 2023-04-22 10:50:36 +07:00 committed by GitHub
commit 2c0a25fd6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
} }
// Everyting except form elements // Everyting except form elements
[aria-busy="true"]:not(input, select, textarea) { [aria-busy="true"]:not(input, select, textarea, html) {
&::before { &::before {
display: inline-block; display: inline-block;