Fixed RTL border-radius

Russ

Well-known member
Affected version
2.2.11
It appears RTL is converting the border-radius incorrectly.

.inputTypes-display for example, class name on the tabs when starting a thread (discussion/poll/question)

Has this:
Code:
border-radius: @__borderRadius @__borderRadius 0 0;

Inside input_extended.less

Top left/top rightborder radius which is correct. Changing to RTL outputs the border radius as this though:

Code:
border-radius: 4px 0 0 4px;

Top left and bottom left border-radius.
 
Last edited:
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.13).

Change log:
Fix CSS border radius shifting for RTL styling
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom