Description
This PR is a proposal to bring consistency between dropdowns, carousels and navbars docs which have all a dark variant.
Motivation & Context
This PR is a proposal to bring consistency between dropdowns, carousels and navbars docs which have all a dark variant. Dropdowns documentation is taken as a reference being more detailed:
-
CSS variables mentioning that
Customization through CSS variables can be seen on the .dropdown-menu-dark class where we override specific values without adding duplicate CSS selectors.
- Sass variables separating the Sass variables used for the dark variant
Types of changes
- Bug fix (non-breaking change which fixes an issue)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) -
My change introduces changes to the documentation -
I have updated the documentation accordingly I have added tests to cover my changes-
All new and existing tests passed
Related issues
N/A