feat: exclude html for aria-busy

#349
This commit is contained in:
Lucas Larroche 2023-04-23 10:44:33 +07:00
parent 7e22e16910
commit 960e793bb2
10 changed files with 16 additions and 16 deletions

View file

@ -7,7 +7,7 @@
*/
// Everything except form elements
[aria-busy="true"]:not(input, select, textarea) {
[aria-busy="true"]:not(input, select, textarea, html) {
&::before {
display: inline-block;
width: 1em;