RTL version issue border-top-right-radius:0 into border-top-left-radius:0
Created by: allaghi
Hello everyone,
I am working on RTL version of bootstrap . I just want to know where I can find
input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
to change it from border-top-right-radius:0 into border-top-left -radius:0 and so on