diff options
| author | Mark Otto <[email protected]> | 2012-06-19 19:17:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-19 19:17:42 -0700 |
| commit | 9df832b4bb81d80fd02b4fe6cc9ea826b0b0454e (patch) | |
| tree | 4b4bd45b27b02c922a602e60dd5c5df8487a90ff /docs/templates | |
| parent | 40298ddbf1c26e2c9b7f67a39eeb35734417cc7e (diff) | |
| download | bootstrap-9df832b4bb81d80fd02b4fe6cc9ea826b0b0454e.tar.xz bootstrap-9df832b4bb81d80fd02b4fe6cc9ea826b0b0454e.zip | |
add separate vars for dropdown link hover and active states
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/less.mustache | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index be8adb766..ccd829963 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -518,7 +518,15 @@ <td><code>@white</code></td> </tr> <tr> + <td><code>@dropdownLinkColorActive</code></td> + <td><code>@linkColor</code></td> + </tr> + <tr> <td><code>@dropdownLinkBackgroundHover</code></td> + <td><code>@grayLighter</code></td> + </tr> + <tr> + <td><code>@dropdownLinkBackgroundActive</code></td> <td><code>@linkColor</code></td> </tr> <tr> |
