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:
Rashid Khan 2014-01-03 10:51:26 -07:00 committed by Torkel Ödegaard
parent af3bb64601
commit 3f9dc00cfe
3 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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 {