mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-07 22:26:57 +02:00
Use proper units when adding/subtracting lengths
[skip sauce] [skip validator]
This commit is contained in:
@@ -506,7 +506,7 @@ $popover-title-bg: darken($popover-bg, 3%) !default;
|
||||
$popover-arrow-width: 10px !default;
|
||||
$popover-arrow-color: $popover-bg !default;
|
||||
|
||||
$popover-arrow-outer-width: ($popover-arrow-width + 1) !default;
|
||||
$popover-arrow-outer-width: ($popover-arrow-width + 1px) !default;
|
||||
$popover-arrow-outer-color: fade-in($popover-border-color, 0.05) !default;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user