XenForo
Administrative
- Thread starter
- Admin
- #1
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:
Inside input_extended.less
Top left/top rightborder radius which is correct. Changing to RTL outputs the border radius as this though:
Code:
Top left and bottom left border-radius.
ادامه مطلب...
.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.
ادامه مطلب...