aboutsummaryrefslogtreecommitdiff
path: root/scss/_variables.scss
AgeCommit message (Collapse)AuthorFilesLines
2024-08-07Docs: update WCAG links and references (#40703)Louis-Maxime Piton1-2/+2
Co-authored-by: Julien Déramond <[email protected]>
2024-03-19Optimize Sass SVG files (#39804)XhmikosR1-6/+6
2024-02-06Drop `--bs-accordion-btn-focus-border-color` and deprecate ↵Julien Déramond1-1/+3
`$accordion-button-focus-border-color` (#39560) Co-authored-by: XhmikosR <[email protected]>
2024-01-30Optimize the accordion icon (#39411)Sergei1-2/+2
Co-authored-by: Serhii Babakov <[email protected]> Co-authored-by: Julien Déramond <[email protected]>
2023-11-14Fix Sass compilation breaking change in v5.3 (#39380)Julien Déramond1-0/+2
2023-09-13New `$btn-link-focus-shadow-rgb` for color modes customisation (#39119)Giovanni Piller Cottrer1-0/+1
2023-09-13Allow `<mark>` colors customization for color modes (#39141)Julien Déramond1-0/+1
2023-09-13Fix table state rendering for color modes (#39033)Louis-Maxime Piton1-5/+5
2023-09-13Make form range track background more contrasted (#39095)Julien Déramond1-1/+1
2023-08-05Use box-shadow CSS vars instead of Sass vars in assets and variablesJulien Déramond1-7/+7
2023-07-16New Sass variable to change vertical rule widthJulien Déramond1-0/+4
2023-05-31Add `$navbar-dark-icon-color`Julien Déramond1-1/+2
2023-05-31Remove duplicate `$alert-*-scale` Sass vars (#38674)Julien Déramond1-3/+0
2023-04-25Table: active `<tr>` fix (#37084)Louis-Maxime Piton1-1/+1
* Adding the custom cascade to make `.active` work on `:hover` and on `.table-striped`. * Prevent nesting backgrounds * Small typo * . * Adding some docs * Match variable syntax * . --------- Co-authored-by: Mark Otto <[email protected]>
2023-04-20CSS: New var proposal + init `headings-color` (#37904)Louis-Maxime Piton1-1/+1
* Proposal * Revert opacity changes --------- Co-authored-by: Mark Otto <[email protected]>
2023-03-29Another pass at fixing floating labels disabled colors (#38313)Mark Otto1-1/+1
* Another pass at fixing floating labels disabled colors * Fix height for textareas * Fix disabled background * Move from full width to an inline-block-ish approach --------- Co-authored-by: XhmikosR <[email protected]>
2023-03-27Add a check for interpolation variables to node-sass workflow (#38283)Julien Déramond1-4/+4
Co-authored-by: XhmikosR <[email protected]>
2023-03-24Use `border-radius` CSS variables in more components (#38284)jonnysp1-12/+12
* Update _variables.scss missing global variable on nav-pills-border-radius * Update _variables.scss
2023-03-07Fix missing modifications when `--bs-{color}-text` was changed to ↵Julien Déramond1-1/+1
`--bs-{color}-text-emphasis` (#38176)
2023-03-02Fix button visibility issue on dark theme (#38115)lavsemen1-0/+1
* Fix button visibility issue on dark theme * Add $btn-color-variable in _buttons.scss * Apply suggestions from code review --------- Co-authored-by: Семен Лаверентьев <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2023-03-02Icon link: envariable + enhance the documentation (#38130)Louis-Maxime Piton1-0/+9
* Envariable the icon-link helper * Proposal * .
2023-02-23Drop duplicate `$nav-link-disabled-color` declaration (#38083)Julien Déramond1-1/+0
2023-02-15Drop duplicate `$btn-close-focus-shadow` definitionJulien Déramond1-1/+0
2023-02-14Update form validation styles to use new CSS variables for `color` and ↵Mark Otto1-4/+11
`border-color` (#38044) * Update form validation styles to use new CSS variables for color and border-color * Use better Sass variables
2023-02-04Use color mode adaptive color for disabled dropdown menu itemsMark Otto1-1/+1
2023-01-25Theme color improvements (#37953)Mark Otto1-18/+18
* Use tint-color() and shade-color() functions to generate new color mode adaptive theme values * More consistent shading * Fix callouts use of emphasis variables * Use tint and shade functions on link and code colors for dark mode
2023-01-21Proposal to rename the CSS and Sass variableslouismaximepiton1-9/+9
2023-01-16Sass docs updates (#37897)Mark Otto1-0/+6
* Add maps * Redesign scss-docs rendering * Update other CSS sections * Fix linter
2023-01-16Fix `.form-control` in dark mode (#37893)Mark Otto1-2/+2
* Fix .form-control in dark mode * Remove CSS vars from docs
2023-01-16Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890)Louis-Maxime Piton1-3/+5
2023-01-12Remove outdated comment from `$input-border-color` variableEren Okka1-1/+1
2023-01-08Remove obsolete comment from `_variables.scss`Julien Déramond1-1/+1
2023-01-07Keep shadows black regardless of color modeMark Otto1-4/+4
2023-01-06CSS: rename some variables to be consistent (#37804)Louis-Maxime Piton1-1/+4
* Fix * fix(review)
2023-01-05Fix duplicate `--bs-emphasis-color` set value (#37809)Julien Déramond1-3/+1
* Fix duplicate `--bs-emphasis-color` set value * Restore body- prefix Co-authored-by: Mark Otto <[email protected]>
2022-12-29Focus ring helper and utilities (#33125)Mark Otto1-8/+19
* Add global variables for box-shadow focus rings * Update instances of -btn-focus-box-shadow to use -ring-box-shadow, unless it's for buttons or inputs * fix variable name * Add CSS variables for global focus styling, document it * Move to CSS vars section * Update scss/_nav.scss Co-authored-by: Gaël Poupard <[email protected]> * Helper and utils * Fix bundlewatch * Change 'Focus ring' in sidebar so that the page can be visible * Minor typo fix * fix merge * Revamp some more, improve docs Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]>
2022-12-29Darken some text emphasis and syntax colorsMark Otto1-7/+7
2022-12-28Add .nav-underline modifier class (#33126)Mark Otto1-0/+4
* Add .nav-underline modifier class * Tweak sizing and spacing, add underline on hover * Rebuild with Sass and CSS variables * Document CSS vars * Bump bundlewatch
2022-12-26Improve consistency of navbar icon declaration (#37720)Mark Dumay1-1/+2
* Use $navbar-light-color instead of inline color * Introduce separate $navbar-light-icon-color
2022-12-21Fix Sass compilation when `$color-mode-type` is set to `media-query` (#37687)Julien Déramond1-1/+1
* Fix Sass compilation when `$color-mode-type` is set to `media-query` * Update mixin names, fix docs color modes for using media queries by using mixin Co-authored-by: Mark Otto <[email protected]>
2022-12-20Update _variables.scssjonnysp1-1/+1
2022-11-28Add dark mode support (#35857)Mark Otto1-106/+160
* Add dark mode to docs * Minor fix: missing space indentation * Minor fix: revert utilities/z-index added-in modification * Remove prev: and next: from doc because extracted to another PR * Use .bg-body-tertiary in all Utilities > Overflow examples * fix example * Fix up spacing examples * Update box-shadow Sass variables and utilities to auto-adjust to color modes * Remove unused docs class * Refactor form styles to use CSS variable for background images on .form-check and .form-switch * Fix docs selector * Rename shortcut for clarity * Heading consistency * Reintroduce missing 4th grid item in Utilities > Spacing example * Fix bundlewatch * .bd-callout* rendering is OK so removing comments in the code * Update scss/_utilities.scss Co-authored-by: Julien Déramond <[email protected]> * Fix gutters example styling * Fix text colors on background utils docs * redesign and fix up position marker example, which doesn't show nicely in darkmode but at least isn't broken * fix some color utils examples * Deprecate mixin notice * Deprecate notice for list-group-item-variant() mixin * Revamp new link CSS vars * Use map-keys in some each Sass files * Remove list-group-item-variant mixin ref in sass loop desc * Display CSS vars scoped to our built-in dark mode * Revert previous commit * Fix list group variant link * Fix typo * Remove imports of alert/list-group mixins in scss/_mixins.scss * Small formatting + comments removal in scss/_content.scss * Fix alert links colors * fix dropdown border-radius mixin * fix link color and underline again, this time using CSS var override for color var and fallback value for the underline * fix colors on docs navbar for dark mode * remove two changes * missing ref * another link underline fix, just use sass vars for link decoration for now * missing color bg docs, plus move dropdown override to scss * more changes from review * fix some examples, drop unused docs navbar styles, update docs navbar color mode to use mixin * Few fixes around type - Restored CSS variable for color on headings, this time with a fallback value - In conjunction, restored and wrapped the default CSS var with a null value check - Split headings and paragraphs docs in Reboot, elaborated on them * Restyle custom details > summary element in docs * Rewrite some migration docs * fix form checks * Fix up some navbar styling, tweak docs callout * Fix select images, mostly for validation styling * Clean up some migration notes, document some new form control CSS vars, mention new variables-dark in sass docs * Update site/content/docs/5.2/components/scrollspy.md Co-authored-by: Julien Déramond <[email protected]> * Apply suggestions from code review Co-authored-by: Julien Déramond <[email protected]> * mention form control css vars in migration guide * Tweak grid and flex docs background examples * clarify some docs * fix some more things Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Julien Déramond <[email protected]>
2022-11-14Fix disabled floating labels colorJulien Déramond1-10/+11
2022-10-30Add support for customising a card title color (#36979)Mitchell Cash1-0/+2
* Add support for customising a card title color * Group `*card-title-*` variables together * Add support for customising a card subtitle color Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2022-10-23Use `--bs-border-width` for some components (#37344)jonnysp1-15/+15
* Update _variables.scss adds variable border-width to some components. to combine utility borders (border-1, boder-2, ...) on these. like "card border-2", "alert border-4" , ... * add more border-width * fix lint & bundlewatch
2022-10-22Add `z-index` utilities, `.z-*` (#37317)Mark Otto1-0/+10
* Add z-index utilities, .z-* * Fix missing comma in _utilities.scss * Fix bundlewatch * Fix lint * Update site/content/docs/5.2/utilities/z-index.md Co-authored-by: Julien Déramond <[email protected]> * custom appearance * linter Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Julien Déramond <[email protected]>
2022-10-06Add an artificial background to floating labels (#37125)Louis-Maxime Piton1-0/+1
2022-10-03add font-weight-medium(=500) / fw-medium (#36781)maks1-0/+1
* add font-weight-medium = 500 * Update _utilities.scss
2022-09-21Use Sass variable for accordion color (#37182)Mark Otto1-1/+1
Fixes #37144
2022-08-31More consistency for CSS/Sass vars doc for components with dark variantsJulien Déramond1-15/+16