Remove unused vendor code and add missing dependency

This commit is contained in:
Wu Cheng-Han 2016-12-19 16:13:56 +08:00
parent 59725e9390
commit c6742e50ee
7 changed files with 1 additions and 2028 deletions

View file

@ -1,33 +0,0 @@
/* Sample */
.dropdown-menu {
border: 1px solid #ddd;
background-color: white;
}
.dropdown-menu li {
border-top: 1px solid #ddd;
padding: 2px 5px;
}
.dropdown-menu li:first-child {
border-top: none;
}
.dropdown-menu li:hover,
.dropdown-menu .active {
background-color: rgb(110, 183, 219);
}
/* SHOULD not modify */
.dropdown-menu {
list-style: none;
padding: 0;
margin: 0;
}
.dropdown-menu a:hover {
cursor: pointer;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long