make dropdowns use unicode character for :after
This commit is contained in:
parent
621dd13d87
commit
03d7c1a65e
3 changed files with 4 additions and 4 deletions
|
|
@ -16,7 +16,7 @@
|
|||
border-right: 4px solid transparent;
|
||||
border-top: 4px solid @white;
|
||||
.opacity(30);
|
||||
content: "↓";
|
||||
content: "\2193";
|
||||
}
|
||||
.dropdown:hover .dropdown-toggle:after {
|
||||
.opacity(100);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue