aboutsummaryrefslogtreecommitdiff
path: root/scss/_variables.scss
diff options
context:
space:
mode:
authorRoy Klutman <[email protected]>2018-11-21 23:24:13 +0100
committerXhmikosR <[email protected]>2018-11-22 00:24:13 +0200
commite7e43edf65306efaf46a16ffc9fe35ef623bffef (patch)
tree39aadb18839e13b6a8b40e941492e7cc09e11157 /scss/_variables.scss
parent31d6d03c47cc648a9fa32efc0baaf08ae4f6c241 (diff)
downloadbootstrap-e7e43edf65306efaf46a16ffc9fe35ef623bffef.tar.xz
bootstrap-e7e43edf65306efaf46a16ffc9fe35ef623bffef.zip
Add border-radius to dropdown items (#27703)
Diffstat (limited to 'scss/_variables.scss')
-rw-r--r--scss/_variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 1e8025458..988624451 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -657,6 +657,7 @@ $dropdown-bg: $white !default;
$dropdown-border-color: rgba($black, .15) !default;
$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-box-shadow: 0 .5rem 1rem rgba($black, .175) !default;