mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Fix Donation payment card fields in RTL
This commit is contained in:
@@ -205,6 +205,13 @@ a.DonationFormHelpFooter__ContactSupportLink {
|
||||
border: 0.5px solid rgba(0, 0, 0, 0.16);
|
||||
box-shadow: 0 1px 1px 0 variables.$color-black-alpha-08;
|
||||
outline-offset: -2.5px;
|
||||
|
||||
// Payment card inputs should render LTR
|
||||
/* stylelint-disable-next-line declaration-property-value-disallowed-list */
|
||||
direction: ltr;
|
||||
&:dir(rtl) {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
.DonationCardForm_Field input:focus {
|
||||
|
||||
Reference in New Issue
Block a user