File tree 2 files changed +19
-1
lines changed
source/wp-content/themes/wporg-developer-2023
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 79
79
}
80
80
async function updatePreview ( content ) {
81
81
try {
82
- spinner . style . display = '' ; // Show spinner.
82
+ spinner . style . display = 'inline-block ' ; // Show spinner.
83
83
processing = true ;
84
84
85
85
const params = new URLSearchParams ( ) ;
Original file line number Diff line number Diff line change @@ -636,3 +636,21 @@ pre {
636
636
left : 0 ;
637
637
}
638
638
}
639
+
640
+ /* Spinner */
641
+ .spinner {
642
+ & ::after {
643
+ content : " " ;
644
+ display : inline-block ;
645
+ box-sizing : border-box ;
646
+ height : 16px ;
647
+ width : 16px ;
648
+ border : 1.5px solid ;
649
+ border-color :
650
+ var (--wp--preset--color--light-grey-2 )
651
+ var (--wp--preset--color--light-grey-2 )
652
+ var (--wp--custom--link--color--text );
653
+ border-radius : 50% ;
654
+ animation : rotate- 360 1.4s linear infinite ;
655
+ }
656
+ }
You can’t perform that action at this time.
0 commit comments