/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/*
 * The color picker swatch (Pickr) overrides its corner radius to rounded-[7px] (see
 * shared/_color_picker), but its color fill is a square-cornered pseudo-element that otherwise
 * bleeds past the rounded border (and matching the radius leaves a sliver inside the border).
 * Clipping the button to its own rounded shape fills the color exactly to the inner border edge.
 * !important is required because Pickr's stylesheet loads after this manifest.
 */
.pcr-button {
  overflow: hidden !important;
}
