diff options
| author | GeoSot <[email protected]> | 2021-05-20 17:46:43 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-20 17:46:43 +0300 |
| commit | 55a0f9af2738daafe8d961ca35c22800c710bb27 (patch) | |
| tree | 4ccd1ed0231ac98769889438cf278b9dab3d2d66 | |
| parent | 4ac711b5b4c0f733870cd8dd1f18b73f964275fc (diff) | |
| download | bootstrap-55a0f9af2738daafe8d961ca35c22800c710bb27.tar.xz bootstrap-55a0f9af2738daafe8d961ca35c22800c710bb27.zip | |
fix wrong comment text for tooltip (#34044)
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 1e17606f4..15343e435 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -1157,7 +1157,7 @@ $form-feedback-tooltip-font-size: $tooltip-font-size !default; $form-feedback-tooltip-line-height: null !default; $form-feedback-tooltip-opacity: $tooltip-opacity !default; $form-feedback-tooltip-border-radius: $tooltip-border-radius !default; -// scss-docs-start tooltip-feedback-variables +// scss-docs-end tooltip-feedback-variables // Popovers |
