aboutsummaryrefslogtreecommitdiff
path: root/scss/_tooltip.scss
diff options
context:
space:
mode:
authorPatrick Yeo <[email protected]>2017-12-18 12:08:25 -0800
committerMark Otto <[email protected]>2017-12-28 10:18:50 -0800
commitd5cbe696daa64eb33a06b091819aa1f59becf3bf (patch)
tree72236b2b95a7877ff2e10184f1973e3ed39b2462 /scss/_tooltip.scss
parenteaca6c0e44cc524c4f2018cffd8fd9857a30c5aa (diff)
downloadbootstrap-d5cbe696daa64eb33a06b091819aa1f59becf3bf.tar.xz
bootstrap-d5cbe696daa64eb33a06b091819aa1f59becf3bf.zip
Allow customizing Popover and Tooltip `border-radius` while I'm at it
Diffstat (limited to 'scss/_tooltip.scss')
-rw-r--r--scss/_tooltip.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_tooltip.scss b/scss/_tooltip.scss
index 7f6a26f75..1286ebfcf 100644
--- a/scss/_tooltip.scss
+++ b/scss/_tooltip.scss
@@ -111,5 +111,5 @@
color: $tooltip-color;
text-align: center;
background-color: $tooltip-bg;
- @include border-radius($border-radius);
+ @include border-radius($tooltip-border-radius);
}