mirror of
https://github.com/leanote/desktop-app.git
synced 2026-01-13 07:03:04 +08:00
add tag no animation
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user