2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fix input border flicker in Chrome from @garoevans, closes #7689

This commit is contained in:
Kevin Ingersoll
2013-05-03 15:27:10 +12:00
parent c63b793a0d
commit 08fea3304a
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ input[type="color"] {
border: 1px solid @input-border;
border-radius: @input-border-radius;
.box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
.transition(~"border linear .2s, box-shadow linear .2s");
.transition(~"border-color linear .2s, box-shadow linear .2s");
}
// Reset appearance properties for textual inputs and textarea