Browse Source

Don't animate border

Volodymyr Tkach 2 years ago
parent
commit
e5e3e2224a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      css/controls/input/text.css

+ 1 - 1
css/controls/input/text.css

@@ -12,7 +12,7 @@
 	margin: 0;
 	overflow: visible;
 	padding: 6px 12px;
-	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
+	transition: box-shadow .15s ease-in-out;
 	vertical-align: middle;
 }