From d5cbe696daa64eb33a06b091819aa1f59becf3bf Mon Sep 17 00:00:00 2001 From: Patrick Yeo Date: Mon, 18 Dec 2017 12:08:25 -0800 Subject: Allow customizing Popover and Tooltip `border-radius` while I'm at it --- scss/_tooltip.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/_tooltip.scss') 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); } -- cgit v1.2.3