Fix for button flicker, closes #796
(cherry picked from commit 1f5048acc73c5d803b0f18776c595df1ccc9a757) Conflicts: src/css/bootstrap.dark.min.css src/css/bootstrap.light.min.css
This commit is contained in:
committed by
Torkel Ödegaard
parent
af3bb64601
commit
3f9dc00cfe
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+3
@@ -192,6 +192,9 @@ form input.ng-invalid {
|
||||
left:-34px;
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
transition: .25s left;
|
||||
transition-delay: .25s;
|
||||
-webkit-transition-delay: .25s;
|
||||
}
|
||||
|
||||
.row-open:hover {
|
||||
|
||||
Reference in New Issue
Block a user