Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
44372484
Commit
44372484
authored
5 years ago
by
Martijn Cuppens
Browse files
Options
Download
Email Patches
Plain Diff
Drop `$nav-divider-*` variables (not used)
parent
0aabaa20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_variables.scss
+1
-4
scss/_variables.scss
with
1 addition
and
4 deletions
+1
-4
scss/_variables.scss
+
1
-
4
View file @
44372484
...
@@ -724,9 +724,6 @@ $nav-pills-border-radius: $border-radius !default;
...
@@ -724,9 +724,6 @@ $nav-pills-border-radius: $border-radius !default;
$nav-pills-link-active-color
:
$component-active-color
!
default
;
$nav-pills-link-active-color
:
$component-active-color
!
default
;
$nav-pills-link-active-bg
:
$component-active-bg
!
default
;
$nav-pills-link-active-bg
:
$component-active-bg
!
default
;
$nav-divider-color
:
$gray-200
!
default
;
$nav-divider-margin-y
:
$spacer
/
2
!
default
;
// Navbar
// Navbar
...
@@ -781,7 +778,7 @@ $dropdown-border-radius: $border-radius !default;
...
@@ -781,7 +778,7 @@ $dropdown-border-radius: $border-radius !default;
$dropdown-border-width
:
$border-width
!
default
;
$dropdown-border-width
:
$border-width
!
default
;
$dropdown-inner-border-radius
:
calc
(
#{
$dropdown-border-radius
}
-
#{
$dropdown-border-width
}
)
!
default
;
$dropdown-inner-border-radius
:
calc
(
#{
$dropdown-border-radius
}
-
#{
$dropdown-border-width
}
)
!
default
;
$dropdown-divider-bg
:
$gray-200
!
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-box-shadow
:
$box-shadow
!
default
;
$dropdown-link-color
:
$gray-900
!
default
;
$dropdown-link-color
:
$gray-900
!
default
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment