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:
Inside input_extended.less
Top left/top rightborder radius which is correct. Changing to RTL outputs the border radius as this though:
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.
Last edited: