mirror of
https://github.com/picocss/pico
synced 2025-06-18 01:19:25 +00:00
fix: loading component
This commit is contained in:
parent
30ebf59f4a
commit
7dcedac497
@ -8,6 +8,8 @@
|
|||||||
|
|
||||||
// Everything except form elements
|
// Everything except form elements
|
||||||
[aria-busy="true"]:not(input, select, textarea, html) {
|
[aria-busy="true"]:not(input, select, textarea, html) {
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
|
Loading…
Reference in New Issue
Block a user