remove outline from buttons in new chrome version

This commit is contained in:
Tankred Hase 2013-10-04 19:25:11 +02:00
parent 146f46e07b
commit 489ffe0f67
2 changed files with 2 additions and 1 deletions

View File

@ -87,6 +87,7 @@
-webkit-font-smoothing: antialiased;
transition: color 0.3s;
transform: translate3d(0,0,0); // to prevent flickering
outline: none;
&.disabled,
&[disabled],

View File

@ -12,7 +12,7 @@
input {
border: 0!important;
outline: 0px;
outline: none;
}
button {