Issue #3344765 by lauriii, nayana_mvr, kleiton_rodrigues, smustgrave: Inconsistencies in system-status-counter RTL styles
(cherry picked from commit 7b2bc5c1e4
)
merge-requests/9998/head
parent
e6165209d2
commit
3f77afc88b
|
@ -44,9 +44,8 @@
|
|||
mask-size: 2.5rem;
|
||||
}
|
||||
}
|
||||
[dir="rtl"] .system-status-counter__status-icon {
|
||||
border-inline-end: 1px solid #e6e4df;
|
||||
border-inline-start: 0;
|
||||
[dir="rtl"] .system-status-counter__status-icon::before {
|
||||
background-position: left center;
|
||||
}
|
||||
.system-status-counter__status-icon--error::before {
|
||||
background-image: var(--system-status-counter-status-icon-error);
|
||||
|
|
|
@ -37,11 +37,10 @@
|
|||
mask-position: right center;
|
||||
mask-size: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
@nest [dir="rtl"] & {
|
||||
border-inline-end: 1px solid #e6e4df;
|
||||
border-inline-start: 0;
|
||||
background-position: left center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue