fix(popover): update the box shadow to match MD spec (#16089)

This commit is contained in:
Brandy Carney
2018-10-25 14:56:25 -04:00
committed by GitHub
parent 6f2b9b0479
commit fdb7da917c

View File

@ -24,8 +24,5 @@ $popover-md-text-color: $text-color !default;
/// @prop - Background of the popover content
$popover-md-background: $background-color !default;
/// @prop - Box shadow color of the popover content
$popover-md-box-shadow-color: rgba(0, 0, 0, .3) !default;
/// @prop - Box shadow of the popover content
$popover-md-box-shadow: 0 3px 12px 2px $popover-md-box-shadow-color !default;
$popover-md-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12) !default;