diff options
| author | Mark Otto <[email protected]> | 2011-09-29 01:43:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-29 01:43:14 -0700 |
| commit | 4e9849966d0f7b18cd4b8a22f6ef98c6900a2099 (patch) | |
| tree | 6a51685f1caa3769ec8fdbce6f44ba24787adfb3 /lib | |
| parent | ecdba931ec4a6eced099026c1aeab503567a4e0a (diff) | |
| download | bootstrap-4e9849966d0f7b18cd4b8a22f6ef98c6900a2099.tar.xz bootstrap-4e9849966d0f7b18cd4b8a22f6ef98c6900a2099.zip | |
update topbar dropdown arrow to match link and hover colors
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index eae09a596..ec40641d3 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -205,11 +205,14 @@ text-indent: -99999px; vertical-align: top; margin-top: 8px; - margin-left: 4px; + margin-left: 6px; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid @white; - .opacity(50); + .opacity(30); +} +.dropdown:hover .dropdown-toggle:after { + .opacity(100); } // The dropdown menu (ul) .dropdown-menu { |
