mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
Merge pull request #3 from coezbek/main
Update _loading.scss not to affect form elements itself
This commit is contained in:
commit
9ef9bfe2c4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue