diff options
| author | Mark Otto <[email protected]> | 2013-08-14 21:24:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-14 21:24:48 -0700 |
| commit | 2e8a146b61af1e197208ae2d52ee4bf4034352d4 (patch) | |
| tree | 93de9bef8a2b93a659c38e3ae920b02b6cf870af /less | |
| parent | 3a67054536338c613c43078b6f48e5f502bf527d (diff) | |
| download | bootstrap-2e8a146b61af1e197208ae2d52ee4bf4034352d4.tar.xz bootstrap-2e8a146b61af1e197208ae2d52ee4bf4034352d4.zip | |
remove gradients from dropdown menu items on hover/active (fixes #9473)
Diffstat (limited to 'less')
| -rw-r--r-- | less/dropdowns.less | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index 99cf7d00d..d9417358b 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -75,8 +75,7 @@ &:focus { text-decoration: none; color: @dropdown-link-hover-color; - #gradient > .vertical(@start-color: @dropdown-link-hover-bg; @end-color: darken(@dropdown-link-hover-bg, 5%)); - background-color: darken(@dropdown-link-hover-bg, 5%); + background-color: @dropdown-link-hover-bg; } } @@ -88,8 +87,7 @@ color: @dropdown-link-active-color; text-decoration: none; outline: 0; - #gradient > .vertical(@start-color: @dropdown-link-active-bg; @end-color: darken(@dropdown-link-active-bg, 5%)); - background-color: darken(@dropdown-link-active-bg, 5%); + background-color: @dropdown-link-active-bg; } } |
