User tests: Successful: Unsuccessful:
Pull Request for Issue #28048 (comment)
Creating rtl bootstrap overrides in template-rtl.scss
Install Persian language.
Select Persian for back-end.
Display Articles Manager
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Templates (admin) |
Do you mean using for example
+ border-top-left-radius: $border-radius;
+ border-bottom-left-radius: $border-radius;
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
as $border-radius
is defined in variables ?
There is a function for this. This should work:
@include border-left-radius($border-radius);
@include border-right-radius(0);
Labels |
Added:
?
|
It works. PR modified. Please test.
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
rtc
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-03-02 13:28:48 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
Thanks!
Thanks, but please use mixins instead of hardcoded properties/values.