[SOLVED] Linear buttons inside segmented doesnt show correctly with RTL css

here is the picture

as you can see the last button (4) doesnt have right border … and the left border is faded
if i put only 2 buttons inside the segment … left border is still faded

it shows ok when i remove framework7.rtl.css

i solved this by adding

.ios .segmented .button {
    border-left-width: 1px;
}