Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
2ea8950b
Commit
2ea8950b
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
Add $dropdown-border-width; refs
#18150
parent
76f70563
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_dropdown.scss
+1
-1
scss/_dropdown.scss
scss/_variables.scss
+1
-0
scss/_variables.scss
with
2 additions
and
1 deletion
+2
-1
scss/_dropdown.scss
+
1
-
1
View file @
2ea8950b
...
...
@@ -51,7 +51,7 @@
list-style
:
none
;
background-color
:
$dropdown-bg
;
background-clip
:
padding-box
;
border
:
1px
solid
$dropdown-border-color
;
border
:
$dropdown-border-width
solid
$dropdown-border-color
;
@include
border-radius
(
$border-radius
);
@include
box-shadow
(
0
6px
12px
rgba
(
0
,
0
,
0
,.
175
));
}
...
...
This diff is collapsed.
Click to expand it.
scss/_variables.scss
+
1
-
0
View file @
2ea8950b
...
...
@@ -306,6 +306,7 @@ $form-icon-danger: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My
$dropdown-bg
:
#fff
!
default
;
$dropdown-border-color
:
rgba
(
0
,
0
,
0
,.
15
)
!
default
;
$dropdown-border-width
:
$border-width
!
default
;
$dropdown-divider-bg
:
#e5e5e5
!
default
;
$dropdown-link-color
:
$gray-dark
!
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
Menu
Explore
Projects
Groups
Snippets