diff options
| author | Mark Otto <[email protected]> | 2012-11-28 02:22:37 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-28 02:22:37 -0800 |
| commit | f1349a245096da5e29fd83fa99346e5e40faf077 (patch) | |
| tree | 50b8c80350ed87207a12293628491996239ed3df /less | |
| parent | 8fb36cb3dd60c34afdbb8e46cc457b2e8795b3c5 (diff) | |
| download | bootstrap-f1349a245096da5e29fd83fa99346e5e40faf077.tar.xz bootstrap-f1349a245096da5e29fd83fa99346e5e40faf077.zip | |
Fixes #5533: Remove filter gradient from disabled links on dropdowns
Diffstat (limited to 'less')
| -rw-r--r-- | less/dropdowns.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index 90f3741e8..484bd3dda 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -115,6 +115,7 @@ text-decoration: none; background-color: transparent; background-image: none; // Remove CSS gradient + .reset-filter(); cursor: default; } |
