1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Remove -size-root so we can respect user prefs on browser default font-size

This commit is contained in:
Mark Otto
2017-01-03 13:50:25 -08:00
committed by Mark Otto
parent 2ea7e388e7
commit bd38a2a218
3 changed files with 8 additions and 9 deletions

View File

@@ -134,8 +134,8 @@
font-size: $font-size-base;
background-color: $popover-title-bg;
border-bottom: $popover-border-width solid darken($popover-title-bg, 5%);
$offset-border-width: ($border-width / $font-size-root);
@include border-radius(($border-radius-lg - $offset-border-width) ($border-radius-lg - $offset-border-width) 0 0);
$offset-border-width: calc(#{$border-radius-lg} - #{$popover-border-width});
@include border-top-radius($offset-border-width);
&:empty {
display: none;