update topbar dropdown arrow to match link and hover colors
This commit is contained in:
parent
ecdba931ec
commit
4e9849966d
3 changed files with 19 additions and 20 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue