Skip to content

Commit af79dc0

Browse files
Issue #1069152 by droplet, alexandrezia, Mixologic, jhedstrom, David_Rothstein | ogi: Fixed Throbber in textfield is misaligned when browser hardware acceleration enabled (followup for Bartik RTL styling).
1 parent b09c678 commit af79dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/bartik/css/style-rtl.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,10 @@ ul.action-links li a {
225225

226226
/* Animated throbber */
227227
html.js input.form-autocomplete {
228-
background-position: 1% 4px;
228+
background-position: 1% center;
229229
}
230230
html.js input.throbbing {
231-
background-position: 1% -16px;
231+
background-position: 1% center;
232232
}
233233

234234
/* Comment form */

0 commit comments

Comments
 (0)