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
502d6b25
Commit
502d6b25
authored
7 years ago
by
José Francisco
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add variable to configure the `$dropdown-border-radius`. (#24376)
parent
b61de52e
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 @
502d6b25
...
...
@@ -27,7 +27,7 @@
background-color
:
$dropdown-bg
;
background-clip
:
padding-box
;
border
:
$dropdown-border-width
solid
$dropdown-border-color
;
@include
border-radius
(
$border-radius
);
@include
border-radius
(
$
dropdown-
border-radius
);
@include
box-shadow
(
$dropdown-box-shadow
);
}
...
...
This diff is collapsed.
Click to expand it.
scss/_variables.scss
+
1
-
0
View file @
502d6b25
...
...
@@ -488,6 +488,7 @@ $dropdown-padding-y: .5rem !default;
$dropdown-spacer
:
.125rem
!
default
;
$dropdown-bg
:
$white
!
default
;
$dropdown-border-color
:
rgba
(
$black
,.
15
)
!
default
;
$dropdown-border-radius
:
$border-radius
!
default
;
$dropdown-border-width
:
$border-width
!
default
;
$dropdown-divider-bg
:
$gray-200
!
default
;
$dropdown-box-shadow
:
0
.5rem
1rem
rgba
(
$black
,.
175
)
!
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