add tag no animation

This commit is contained in:
life
2015-11-25 20:29:49 +08:00
parent 84d07fa755
commit 9118ae01df
2 changed files with 9 additions and 0 deletions

View File

@@ -394,6 +394,11 @@ h1, h2, h3 {
display: block;
}
#tagDropdown.open > .dropdown-menu {
animation: none;
-webkit-animation: none;
}
.dropdown-list {
width: 530px;
border-radius: 3px;

View File

@@ -567,6 +567,10 @@ h3 {
visibility: hidden;
display: block;
}
#tagDropdown.open > .dropdown-menu {
animation: none;
-webkit-animation: none;
}
.dropdown-list {
width: 530px;
border-radius: 3px;