diff options
| author | Mark Otto <[email protected]> | 2012-03-05 20:15:35 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-05 20:15:35 -0800 |
| commit | 20b10b5d666209c333db27a3ea95465fd6267cf6 (patch) | |
| tree | 39beb2f7ab14f6b43b3bc4fdefba9697cb464f98 /less | |
| parent | eaf464a2c513989ace98162074f84a14963e02a9 (diff) | |
| download | bootstrap-20b10b5d666209c333db27a3ea95465fd6267cf6.tar.xz bootstrap-20b10b5d666209c333db27a3ea95465fd6267cf6.zip | |
change dropdown hover/active color back to link color
Diffstat (limited to 'less')
| -rw-r--r-- | less/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less index c283ff052..2d31cc0a3 100644 --- a/less/variables.less +++ b/less/variables.less @@ -77,7 +77,7 @@ @dropdownBackground: @white; @dropdownLinkColor: @grayDark; @dropdownLinkColorHover: @white; -@dropdownLinkBackgroundHover: @grayDark; +@dropdownLinkBackgroundHover: @linkColor; |
