Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xcabsx/eda30f2787ebac31c361e002c90f68ff to your computer and use it in GitHub Desktop.
Save xcabsx/eda30f2787ebac31c361e002c90f68ff to your computer and use it in GitHub Desktop.
Triangles for bootstrap dropdown menus
.dropdown-menu::before {
border-bottom: 9px solid rgba(0, 0, 0, 0.2);
border-left: 9px solid rgba(0, 0, 0, 0);
border-right: 9px solid rgba(0, 0, 0, 0);
content: "";
display: inline-block;
left: 86px;
position: absolute;
top: -8px;
}
.dropdown-menu::after {
border-bottom: 8px solid #FFFFFF;
border-left: 9px solid rgba(0, 0, 0, 0);
border-right: 9px solid rgba(0, 0, 0, 0);
content: "";
display: inline-block;
left: 86px;
position: absolute;
top: -7px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment