mirror of
https://github.com/picocss/pico
synced 2025-08-25 03:26:08 +00:00
Merge pull request #625 from coezbek/main
Update _loading.scss not to affect form elements itself
This commit is contained in:
commit
bd06c1cbfd
@ -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…
x
Reference in New Issue
Block a user