fix(spinner): alignment is now correct in rtl (#25260)
@@ -24,11 +24,19 @@
|
||||
}
|
||||
|
||||
svg {
|
||||
@include position(0, null, null, 0);
|
||||
@include transform-origin(center);
|
||||
|
||||
position: absolute;
|
||||
|
||||
/**
|
||||
* Do not use @include position
|
||||
* as the alignment of the elements with
|
||||
* a spinner should not be RTL aware.
|
||||
*/
|
||||
top: 0;
|
||||
/* stylelint-disable-next-line property-disallowed-list */
|
||||
left: 0;
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 185 KiB After Width: | Height: | Size: 190 KiB |
|
Before Width: | Height: | Size: 163 KiB After Width: | Height: | Size: 168 KiB |
|
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 119 KiB |
|
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 27 KiB |