You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
efstathiosntonas
changed the title
When setting borderRadius to 0, the + icon still has a borderLeft
When setting borderWidth to 0, the + icon still has a borderLeft
Mar 8, 2018
results to:
This line (319) causes the border to appear in UIStepper.js
borderLeftWidth: vertical ? 0 : displayValue ? 1 : 0
if i set
displayValue ? 0 : 0
then border disappears as expected.The text was updated successfully, but these errors were encountered: