mirror of
https://github.com/picocss/pico
synced 2025-06-17 17:09:33 +00:00
Update _loading.scss not to affect form elements itself
This commit is contained in:
parent
6dc6489e69
commit
b3a731bb39
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user