aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2023-03-29Another pass at fixing floating labels disabled colors (#38313)Mark Otto2-16/+19
* 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éramond5-9/+9
Co-authored-by: XhmikosR <[email protected]>
2023-03-26Add `media-query` color mode Sass test (#38326)Julien Déramond1-0/+8
2023-03-26Update selectors for carousel media query color mode option (#38328)Mark Otto1-3/+9
2023-03-25Fix tooltip body placement with variation placementskyletsang1-5/+4
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-24Update display utilitySerhii Babakov1-1/+1
2023-03-24scss: bring light/dark accordion icon color handling to paritySaleem Abdulrasool1-2/+5
The light themed accordion icon is controlled by a set of two variables: - `$accordion-icon-color` - `$accordion-icon-active-color` The dark themed accordion icon did not have this level of control available and instead would always use `$primary-text-emphasis-dark`. Replicate the behaviour to permit individual control over the colours to match the behaviour for the light themed form.
2023-03-24Release v5.3.0-alpha2 (#38244)XhmikosR1-1/+1
* Bump version to 5.3.0-alpha2 * Dist
2023-03-10Update _carousel.scssjonnysp1-1/+2
fix data-bs-theme="dark" on component itself
2023-03-10Remove useless importlouismaxime.piton1-1/+0
2023-03-07Remove comments from `scss/_utilities.scss` (#38181)Julien Déramond1-2/+0
2023-03-07Fix missing modifications when `--bs-{color}-text` was changed to ↵Julien Déramond2-5/+5
`--bs-{color}-text-emphasis` (#38176)
2023-03-02Fix button visibility issue on dark theme (#38115)lavsemen2-1/+2
* 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-02Fix navbar-nav link stylingSerhii Babakov1-3/+5
2023-03-02Icon link: envariable + enhance the documentation (#38130)Louis-Maxime Piton2-6/+16
* Envariable the icon-link helper * Proposal * .
2023-03-02Utilities: add 0 value to `link-underline-opacity` (#38131)Louis-Maxime Piton1-0/+1
2023-02-25Drop unused `--bs-focus-ring-box-shadow` and add documentation for ↵Julien Déramond1-2/+0
`--bs-focus-ring-{x|y|blur}` (#38095)
2023-02-24Merge branch 'main' into btn-linkRomaric Pascal2-2/+0
2023-02-23Drop duplicate `$nav-link-disabled-color` declaration (#38083)Julien Déramond1-1/+0
2023-02-22Remove useless comment from `scss/_utilities.scss` (#38104)Julien Déramond1-1/+0
2023-02-20Fix shadow of .btn-linkSerhii Babakov1-1/+1
2023-02-15Fix color picker borders on chromium based browsersMewenLeHo1-0/+1
2023-02-15Remove -moz-padding-start from .form-selectMark Otto1-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 Otto3-4/+30
`border-color` (#38044) * Update form validation styles to use new CSS variables for color and border-color * Use better Sass variables
2023-02-13Remove comments from `scss/_nav.scss` (#38038)Julien Déramond1-5/+0
2023-02-13Fix `$grid-breakpoints` SCSS unit tests init (#38037)Julien Déramond1-6/+5
2023-02-06Fix list group colors by using `*-text-emphasis` CSS vars in Sass loop (#38008)Julien Déramond1-3/+3
2023-02-06Fix alerts colors by using `*-text-emphasis` CSS vars in Sass loop (#38003)cccabinet1-2/+2
2023-02-04Avoid inheritance issues on border-width utilitiesMark Otto1-2/+3
2023-02-04Use color mode adaptive color for disabled dropdown menu itemsMark Otto1-1/+1
2023-01-25Theme color improvements (#37953)Mark Otto2-39/+39
* 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-25Remove list-style reset on .carousel-indicatorsMark Otto1-1/+0
2023-01-25Rewrite selector to help Parcel compilerMark Otto1-1/+1
2023-01-21Proposal to rename the CSS and Sass variableslouismaximepiton4-45/+45
2023-01-17Proposallouismaximepiton1-0/+1
2023-01-17Fix Android Chrome input date dimensions (#36143)Tanguy Krotoff1-3/+15
* Bind Hugo to 0.0.0.0, helps debug on mobile when on the same network * Use http-server for visual tests * Add input visual tests * Fix input date dimensions on Android Chrome * Increase bootstrap.css max size * Revert "Bind Hugo to 0.0.0.0" & "Use http-server for visual tests" * Switch to pixels: this is an empirical minimum safe value * Update .bundlewatch.config.json Co-authored-by: Mark Otto <[email protected]>
2023-01-16Sass docs updates (#37897)Mark Otto3-0/+24
* Add maps * Redesign scss-docs rendering * Update other CSS sections * Fix linter
2023-01-16Fix `.form-control` in dark mode (#37893)Mark Otto2-7/+2
* Fix .form-control in dark mode * Remove CSS vars from docs
2023-01-16Better use of CSS varlouismaximepiton1-14/+7
2023-01-16Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890)Louis-Maxime Piton2-4/+6
2023-01-12Remove outdated comment from `$input-border-color` variableEren Okka1-1/+1
2023-01-11Add theme maps specific to dark mode (#37843)Julien Déramond4-26/+52
* Add theme maps specific to dark mode * Fix CSS building * Fix other failing test Co-authored-by: Mark Otto <[email protected]>
2023-01-11Drop duplicate `--bs-body-bg-rgb` declaration + reorder propsJulien Déramond1-8/+7
2023-01-11Reduce bootstrap-grid.css contentJulien Déramond3-8/+6
2023-01-10Update colored links, add new `.link-body-emphasis` helper (#37833)Mark Otto1-3/+17
* Rewrite colored links to use color property again instead of --bs-link-color-rgb value because nav links and more do not set --bs-link-color-rgb * Update bundlewatch * Document it Co-authored-by: Julien Déramond <[email protected]>
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-07Docs: missing deprecated callout for `list-group-item-variant()` mixinJulien Déramond1-1/+0