css firefox bug
This commit is contained in:
@ -147,18 +147,27 @@
|
||||
// 动画
|
||||
.open > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
|
||||
-webkit-transform: scale(1, 1);
|
||||
transform: scale(1, 1);
|
||||
-moz-transform: scale(1, 1);
|
||||
-o-transform: scale(1, 1);
|
||||
transform: scale(1, 1);
|
||||
opacity: 1;
|
||||
}
|
||||
.dropdown-menu {
|
||||
opacity: 0;
|
||||
|
||||
-webkit-transform-origin: left;
|
||||
transform-origin: top;
|
||||
-webkit-animation-fill-mode: forwards;
|
||||
|
||||
-moz-transform: scale(0, 0);
|
||||
-moz-transform-origin: left;
|
||||
-moz-animation-fill-mode: forwards;
|
||||
|
||||
transform-origin: top;
|
||||
animation-fill-mode: forwards;
|
||||
-webkit-transform: scale(0, 0);
|
||||
display: block;
|
||||
|
||||
transition: all 0.2s cubic-bezier(0.34, 1.21, 0.4, 1);
|
||||
-webkit-transition: all 0.2s cubic-bezier(0.34, 1.21, 0.4, 1);
|
||||
-moz-transition: all 0.2s cubic-bezier(0.34, 1.21, 0.4, 1);
|
||||
}
|
||||
|
||||
.dropdown-list {
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -10,7 +10,7 @@
|
||||
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
|
||||
box-shadow: 0 6px 12px rgba(0,0,0,.175);
|
||||
background-clip: padding-box;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
.b-m-split {
|
||||
height: 6px;
|
||||
|
Reference in New Issue
Block a user