mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 23:04:32 +02:00
Allow customizing Popover and Tooltip border-radius
while I'm at it
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user