]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Doc: fix modals and navs CSS vars description
authorJulien Déramond <julien.deramond@orange.com>
Mon, 11 Apr 2022 07:42:43 +0000 (09:42 +0200)
committerMark Otto <otto@github.com>
Mon, 11 Apr 2022 16:46:20 +0000 (09:46 -0700)
site/content/docs/5.1/components/modal.md
site/content/docs/5.1/components/navs-tabs.md

index d3e64a96adcab6bf4e6da97ea789823d1f048ce3..a33f7e615ddf607f90a7e2e71fb67e9d2da93597 100644 (file)
@@ -772,7 +772,7 @@ Another override is the option to pop up a modal that covers the user viewport,
 
 {{< added-in "5.2.0" >}}
 
-As part of Bootstrap's evolving CSS variables approach, dropdowns now use local CSS variables on `.modal` and `.modal-backdrop` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
+As part of Bootstrap's evolving CSS variables approach, modals now use local CSS variables on `.modal` and `.modal-backdrop` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
 
 {{< scss-docs name="modal-css-vars" file="scss/_modal.scss" >}}
 
index a5994f9b9faca443b6b46d79e4d06f1751a73363..2ba78e69fdc8bf11b7d0cda73192619135edb487 100644 (file)
@@ -310,7 +310,7 @@ Add dropdown menus with a little extra HTML and the [dropdowns JavaScript plugin
 
 {{< added-in "5.2.0" >}}
 
-As part of Bootstrap's evolving CSS variables approach, dropdowns now use local CSS variables on `.nav`, `.nav-tabs`, and `.nav-pills` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
+As part of Bootstrap's evolving CSS variables approach, navs now use local CSS variables on `.nav`, `.nav-tabs`, and `.nav-pills` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
 
 On the `.nav` base class: