Install Persian language.
Add to the admin persian language folder this file
plg_system_skipto.txt
Note: some strings are not translated (Aside, Header, Form)
(Change .txt to .ini)
Make sure skipto system plugin is set to be used on site (or both).
Load site with Persian as default language. Click on Tab and then Enter
the resulting css produced from the skipto.js produces
.skip-to [role="separator"] {
font-weight: 700;
text-align: left;
color: #1a1a1a;
}
It should be aligned right in RTL
as the skipto css is loaded after any other css, it is impossible to correct this in template-rtl.css
I guess it is an oversight by the vendor.
Labels |
Added:
?
|
!important
is indeed the key word.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-02-13 07:05:23 |
Closed_By | ⇒ | infograf768 |
Just put this as the end of the template-rtl.scss file - worked for me