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
nod_ 2024-10-24 22:45:20 +02:00
parent e6165209d2
commit 3f77afc88b
No known key found for this signature in database
GPG Key ID: 76624892606FA197
2 changed files with 5 additions and 7 deletions

View File

@ -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);

View File

@ -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;
}
}
}