diff options
| author | Martijn Cuppens <[email protected]> | 2019-08-21 10:51:41 +0200 |
|---|---|---|
| committer | Martijn Cuppens <[email protected]> | 2019-08-22 08:10:44 +0200 |
| commit | 44372484594b99304c80f9b6f42f28a59c922010 (patch) | |
| tree | 1dcf9bef668807f35313b8920a79acb6a1545428 | |
| parent | 0aabaa209d8787b906dc13d0a2c67f55edd30687 (diff) | |
| download | bootstrap-44372484594b99304c80f9b6f42f28a59c922010.tar.xz bootstrap-44372484594b99304c80f9b6f42f28a59c922010.zip | |
Drop `$nav-divider-*` variables (not used)
| -rw-r--r-- | scss/_variables.scss | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 9ef33a904..735ea079b 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -724,9 +724,6 @@ $nav-pills-border-radius: $border-radius !default; $nav-pills-link-active-color: $component-active-color !default; $nav-pills-link-active-bg: $component-active-bg !default; -$nav-divider-color: $gray-200 !default; -$nav-divider-margin-y: $spacer / 2 !default; - // Navbar @@ -781,7 +778,7 @@ $dropdown-border-radius: $border-radius !default; $dropdown-border-width: $border-width !default; $dropdown-inner-border-radius: calc(#{$dropdown-border-radius} - #{$dropdown-border-width}) !default; $dropdown-divider-bg: $gray-200 !default; -$dropdown-divider-margin-y: $nav-divider-margin-y !default; +$dropdown-divider-margin-y: $spacer / 2 !default; $dropdown-box-shadow: $box-shadow !default; $dropdown-link-color: $gray-900 !default; |
