aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2024-08-07Docs: update WCAG links and references (#40703)Louis-Maxime Piton3-4/+4
Co-authored-by: Julien Déramond <[email protected]>
2024-07-15Fix use of declarations after nested rules (deprecated in Sass 1.77.7) (#40623)Julien Déramond3-3/+3
2024-06-12Floating labels: Fix `max-width` and `background-color` (#39720)Louis-Maxime Piton1-14/+16
* Fix `max-width` * Fix label background color * Add new visual test: floating label * Fix `npm run docs` --------- Co-authored-by: Julien Déramond <[email protected]>
2024-05-30Fix `.btn-group-vertical` border radius with dropdown as first element (#40488)Tobias1-1/+6
Co-authored-by: Julien Déramond <[email protected]>
2024-03-19Optimize Sass SVG files (#39804)XhmikosR2-8/+8
2024-03-19Change floating label placeholder's color (#39494)Tommaso Allegretti1-2/+1
Co-authored-by: Louis-Maxime Piton <[email protected]> Co-authored-by: Julien Déramond <[email protected]>
2024-02-22Merge accordion selectors for `border-radius` rule (#39697)Vasyl Zuziak1-9/+4
Co-authored-by: Julien Déramond <[email protected]>
2024-02-20Release v5.3.3 (#39524)Julien Déramond1-1/+1
* Release v5.3.3 * Dist --------- Co-authored-by: XhmikosR <[email protected]>
2024-02-06Drop `--bs-accordion-btn-focus-border-color` and deprecate ↵Julien Déramond2-3/+3
`$accordion-button-focus-border-color` (#39560) Co-authored-by: XhmikosR <[email protected]>
2024-02-06Changed RTL processing of carousel control icons (#39536)Abdullah Alharbi1-10/+2
* Changed RTL processing of carousel control icons * Update scss/_carousel.scss --------- Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2024-02-06Fix the focus ring on focused checked buttons (#39595)Louis-Maxime Piton1-0/+9
2024-02-05Bump copyright year to 2024Julien Déramond1-1/+1
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-12-23Build(deps-dev): Bump stylelint and stylelint-config-twbs-bootstrap (#39527)dependabot[bot]1-1/+1
* Build(deps-dev): Bump stylelint and stylelint-config-twbs-bootstrap Bumps [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap). These dependencies needed to be updated together. Updates `stylelint` from 15.11.0 to 16.0.2 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/15.11.0...16.0.2) Updates `stylelint-config-twbs-bootstrap` from 12.0.0 to 13.0.0 - [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases) - [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v12.0.0...v13.0.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-major - dependency-name: stylelint-config-twbs-bootstrap dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update _utilities.test.scss * Update blog.css * Update blog.rtl.css --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2023-12-15Fix a typo in `scss/_tables.scss` comments (#39497)Yudai Takada1-1/+1
2023-12-09Fix focus box-shadow for validation stated form-controls (#38719)Dmitry Karpunin1-2/+12
Co-authored-by: Dmitry Karpunin <[email protected]>
2023-11-17Use child combinators to avoid inheriting parent accordion's styles (#37508)Neeraj Kumar Das1-9/+11
Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: Julien Déramond <[email protected]>
2023-11-15Drop evenly items distribution for modal and offcanvas headers (#39373)MarkoOleksiyenko2-5/+1
2023-11-14Fix Sass compilation breaking change in v5.3 (#39380)Julien Déramond2-0/+9
2023-11-10Fix typo in `_grid.scss` (#39387)Edwin1-1/+1
2023-09-14Fix border-radius of some switch variants when rounded is disabled (#38884)jonnysp1-1/+1
Co-authored-by: Julien Déramond <[email protected]>
2023-09-14Release v5.3.2 (#39173)Julien Déramond1-1/+1
* Bump version to 5.3.2 * Dist
2023-09-13New `$btn-link-focus-shadow-rgb` for color modes customisation (#39119)Giovanni Piller Cottrer2-1/+2
2023-09-13Allow `<mark>` colors customization for color modes (#39141)Julien Déramond4-0/+7
2023-09-13Add defensive CSS to handle form check input in fleboxes (#38955)Mahmut YILDIRIM1-0/+1
Co-authored-by: louismaxime.piton <[email protected]>
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-09-12Fix dart-sass deprecation warning (#39030)Sebastian Blank1-1/+1
* Fix dart-sass deprecation warning * Fix wrong percentages --------- Co-authored-by: XhmikosR <[email protected]>
2023-08-05Use box-shadow CSS vars instead of Sass vars in assets and variablesJulien Déramond1-7/+7
2023-07-27Use CSS box-shadow variables in shadow utility classes (#38816)Craig Wayne1-3/+3
2023-07-26Release v5.3.1 (#38956)XhmikosR1-1/+1
* Bump version to 5.3.1 * Dist
2023-07-23fixlouismaximepiton1-1/+2
2023-07-16`.text-bg-*` helpers now use theme CSS variables (#38772)cameronhollis1-2/+1
* #38769 text-bg-primary now respects --bs-primary color * Revert "#38769 text-bg-primary now respects --bs-primary color" This reverts commit a4db90ff70b0957755ae4870281c318668307c65. * #38769 updated scss file to respect --bs-primary color with text-bg-primary class --------- Co-authored-by: Cameron Hollis <[email protected]>
2023-07-16New Sass variable to change vertical rule widthJulien Déramond2-1/+5
2023-06-30Fix Sass properties order for newer stylelint-config-recess-order (#38851)XhmikosR5-10/+10
2023-06-25Increase contrast in dark-mode (#38525)Erik Faye-Lund1-1/+1
This increases the default brightness for the body text-color in dark mode, which inceases readability a bit. It was also suggested to darken the background a bit, but we unfortunately don't have a darker gray in our color palette. So for now, let's increase the text-color by two notches, and leave the background color as-is instead.
2023-06-25Generalize disabled nav links CSS rules (#38774)Julien Déramond1-14/+2
Co-authored-by: Patrick H. Lauke <[email protected]>
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-05-30Release v5.3.0 (#38657)XhmikosR1-1/+1
* Bump version to 5.3.0 * Dist
2023-05-19Add data attr selector for dark mode navbars (#38522)Mark Otto1-1/+2
* Add data attr selector for dark mode navbars * Fix dark example
2023-04-25Table: active `<tr>` fix (#37084)Louis-Maxime Piton2-11/+18
* 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 Piton4-9/+5
* Proposal * Revert opacity changes --------- Co-authored-by: Mark Otto <[email protected]>
2023-04-20Update _floating-labels.scss (#38366)jonnysp1-0/+1
Co-authored-by: Julien Déramond <[email protected]>
2023-04-18Use `$enable-important-utilities` in `_colored-links.scss` (#38451)Julien Déramond1-10/+8
2023-04-11Update devDependencies (#38437)XhmikosR3-4/+2
* Update devDependencies * @babel/preset-env ^7.20.2 → ^7.21.4 * @rollup/plugin-node-resolve ^15.0.1 → ^15.0.2 * eslint ^8.37.0 → ^8.38.0 * rtlcss ^4.0.0 → ^4.1.0 * sass ^1.60.0 → ^1.61.0 * stylelint ^14.16.1 → ^15.4.0 * stylelint-config-twbs-bootstrap ^7.0.0 → ^9.0.1 * vnu-jar 22.9.29 → 23.4.11 * Fix the new Stylelint issues
2023-04-10Improve colored links interaction with link utilities (#38398)Mark Otto1-9/+9
* Fix missing paren in colored links color * Restore important flag on colored links color and text-decoration-color for better interaction with link utilities * Mention in migration guide
2023-04-03Release v5.3.0-alpha3 (#38357)XhmikosR1-1/+1
* Bump version to 5.3.0-alpha3 * Dist
2023-03-29Update RFS to v10.0.0XhmikosR1-29/+23
2023-03-29Tweak and re-organize ESLint config (#38369)XhmikosR3-7/+2
* Tweak and re-organize ESLint config * merge individual configs to the root config * enable more eslint-plugin-import rules * lint markdown files * Lint