Going for a simpler <code> element with this one while making friendlier to longer strings on narrow viewports. The removal of the overflow: auto is semi-related and undoes #24878's change. From there, I overhauled several docs examples to prevent horizontal scrolling.
- Removes the
paddingandbackground-coloron<code>elements and their variables. - Changes the color to a brand color (
$pink). - Add new variables to
<kbd>element styles to account for removing the code ones. - Remove overrides that were needed previously for
<code>in links and preformatted text. - Revamps several docs examples to avoid horizontal scrolling.
- Adds overrides for
widthon file inputs in input groups.
Fixes #25038 (closed).