Skip to content

Instantly share code, notes, and snippets.

View barlowm's full-sized avatar
💭
Investigating VueJS

Mike Barlow barlowm

💭
Investigating VueJS
  • Lancaster, Pa
  • 17:24 (UTC -04:00)
View GitHub Profile
@barlowm
barlowm / bootstrap-dropdown-menu-sliding.css
Last active September 10, 2015 12:43
making bootstrap drop down menus opened with a sliding animation
.open > .dropdown-menu {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.open > .dropdown-menu li a {
color: #000;
}
.dropdown-menu li a{
color: #fff;