1
0
mirror of https://github.com/moparisthebest/mail synced 2025-01-11 13:38:02 -05:00

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; -webkit-font-smoothing: antialiased;
transition: color 0.3s; transition: color 0.3s;
transform: translate3d(0,0,0); // to prevent flickering transform: translate3d(0,0,0); // to prevent flickering
outline: none;
&.disabled, &.disabled,
&[disabled], &[disabled],

View File

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