Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Yeo <patrick.yeo@liferay.com>2017-12-18 23:08:25 +0300
committerMark Otto <markd.otto@gmail.com>2017-12-28 21:18:50 +0300
commitd5cbe696daa64eb33a06b091819aa1f59becf3bf (patch)
tree72236b2b95a7877ff2e10184f1973e3ed39b2462 /scss/_tooltip.scss
parenteaca6c0e44cc524c4f2018cffd8fd9857a30c5aa (diff)
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 7f6a26f75a..1286ebfcf9 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);
}