Commit 3f9dc00c by Rashid Khan Committed by Torkel Ödegaard

Fix for button flicker, closes #796

(cherry picked from commit 1f5048acc73c5d803b0f18776c595df1ccc9a757)

Conflicts:
	src/css/bootstrap.dark.min.css
	src/css/bootstrap.light.min.css
parent af3bb646
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment