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
This is generally done by design – bootstrap is many things but I'm not sure I'd call its design out of the box very attractive. Years ago we experimented with forms that had no fields (per Franz's interest) (similar to material design at the time.) While that was too over the top, the goal was to make our UI less "chunky". I'm not sure that making all the borders more prominent accomplishes that.
Bootstrap tries to work within their accessibility requirements, and contrast is a big part of that.
It'd be better to tweak borders at a more granular level, like for form-controls, and not globally for everything with a semitransparent border like we have today.
Compare the two:
$border-color-translucent: rgba(#000, 0.075);
$border-color-translucent: rgba($black, .175) !default;
Ours is so light that the borders are hard to distinguish, at first I was thinking my display had settings misconfigured or something.
We should increase the darkness, or maybe use a different color so that our borders are distinguished against the drop shadow.
The text was updated successfully, but these errors were encountered: