Update _loading.scss not to affect form elements itself

This commit is contained in:
Christopher Özbek 2024-10-31 18:03:57 +01:00 committed by GitHub
parent 6dc6489e69
commit b3a731bb39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
*/
// 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;
&::before {