- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
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.
نام موضوع : RTL border-radius