mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* Add borderRadius rule * Standardize border radii There was a border-outline style that was visually nearly identical that was hardly ever used. The places it was used in felt like more of an oversight / inconsistent usage than intentional, so I've opted to standardize it to the same configured radius * Replace --border-radius with --theme--border-radius * Remove border radius from variables.scss * Remove default * Allow overriding v-input border-radius * Update legacy overrides * Default to 6px * Remove overrides * Update overrides to use v-input specific * Add LineWidth, fix schema output * Use border-width from theme * Add border colors for inputs * Use theme form colors for borders * Configurable box-shadow for input * Use configurable shadow * Add optional module bar border * Reduce white space * Add optional border to nav bar * Add configurable sidebar border * Add configurable header shadow * Add changeset * Run formatter * fix borderWidth for calc * Remove border-normal * Use border-width for 2px values where appropriate * Use theme border for avatar divider * Add rules for project info border * Add border support to project info * Add border support for section toggle * Run formatter --------- Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com>