From f380ca21e207e688e40a8cbef6d0b5a2c2a00472 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 8 Jul 2014 21:19:14 -0700 Subject: Use .box-shadow() mixin so we can enable/disable them --- less/dropdowns.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/dropdowns.less') diff --git a/less/dropdowns.less b/less/dropdowns.less index a04773566..c6f7d56f8 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -44,7 +44,7 @@ background-color: @dropdown-bg; border: 1px solid @dropdown-border; .border-radius(@border-radius-base); - box-shadow: 0 6px 12px rgba(0,0,0,.175); + .box-shadow(0 6px 12px rgba(0,0,0,.175)); background-clip: padding-box; // Dividers (basically an hr) within the dropdown -- cgit v1.2.3