We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36b9e5 commit 9f8423cCopy full SHA for 9f8423c
src/main/scss/form/_search-bar.scss
@@ -105,11 +105,6 @@
105
&::after {
106
border-color: currentColor;
107
clip-path: inset(0 0 50% 50%);
108
- animation: loading-spinner 1s infinite linear;
109
-
110
- @media (prefers-reduced-motion) {
111
- animation-duration: 2s;
112
- }
113
}
114
115
@@ -141,6 +136,11 @@
141
136
opacity: 1;
142
137
scale: 1;
143
138
filter: blur(0);
139
+ animation: loading-spinner 1s infinite linear;
140
+
+ @media (prefers-reduced-motion) {
+ animation-duration: 2s;
+ }
144
145
146
0 commit comments