Merge pull request #625 from coezbek/main

Update _loading.scss not to affect form elements itself
This commit is contained in:
Lucas Larroche 2025-03-09 14:44:46 +07:00 committed by GitHub
commit bd06c1cbfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
*/ */
// Everything except form elements // Everything except form elements
#{$parent-selector} [aria-busy="true"]:not(input, select, textarea, html) { #{$parent-selector} [aria-busy="true"]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
&::before { &::before {