Skip to content
Snippets Groups Projects
Commit eb25f232 authored by dimitrieh's avatar dimitrieh
Browse files

minor css edits, quicker fade animation for caret, and positioned it slightly down by 1 px

parent 8f490cbe
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -841,13 +841,13 @@
.dropdown-caret {
font-size: 11px;
position: absolute;
top: 5px;
top: 6px;
left: 20px;
margin-right: -6px;
z-index: 2;
visibility: hidden;
opacity: 0;
transition: visibility 0.1s, opacity 0.3s linear;
transition: visibility 0.1s, opacity 0.1s linear;
}
}
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment