Merge pull request #3 from coezbek/main

Update _loading.scss not to affect form elements itself
This commit is contained in:
JWB 2024-11-10 07:39:25 -05:00 committed by GitHub
commit 9ef9bfe2c4
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 {