diff options
| author | Mark Otto <[email protected]> | 2014-07-08 16:25:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 16:25:01 -0700 |
| commit | f6367bc0e4d66ab56f61d9aee3d326dcce19847f (patch) | |
| tree | c7692865a22e379339b7140cd89c7c5d30c5aaf4 /less/dropdowns.less | |
| parent | 86099bfb330ae43026e07ce7d14b67201fbb96d4 (diff) | |
| download | bootstrap-f6367bc0e4d66ab56f61d9aee3d326dcce19847f.tar.xz bootstrap-f6367bc0e4d66ab56f61d9aee3d326dcce19847f.zip | |
Implement the new border-radius guard: only round things if global @enable-rounded == true
Diffstat (limited to 'less/dropdowns.less')
| -rw-r--r-- | less/dropdowns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index cfe19cb20..c58e792be 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -44,7 +44,7 @@ background-color: @dropdown-bg; border: 1px solid @dropdown-fallback-border; // IE8 fallback border: 1px solid @dropdown-border; - border-radius: @border-radius-base; + .border-radius(@border-radius-base); box-shadow: 0 6px 12px rgba(0,0,0,.175); background-clip: padding-box; |
