Commit 30a2ed2b authored by Clement Ho's avatar Clement Ho

[skip ci] Remove bootstrap 4's automatic dropdown caret placement

parent b0d790ef
......@@ -30,3 +30,8 @@ html {
@extend .d-none;
@extend .invisible;
}
.dropdown-toggle::after {
// Remove bootstrap's dropdown caret
display: none;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment