mirror of
https://github.com/moparisthebest/mail
synced 2025-01-11 05:28:00 -05:00
remove outline from buttons in new chrome version
This commit is contained in:
parent
146f46e07b
commit
489ffe0f67
@ -87,6 +87,7 @@
|
||||
-webkit-font-smoothing: antialiased;
|
||||
transition: color 0.3s;
|
||||
transform: translate3d(0,0,0); // to prevent flickering
|
||||
outline: none;
|
||||
|
||||
&.disabled,
|
||||
&[disabled],
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
input {
|
||||
border: 0!important;
|
||||
outline: 0px;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
button {
|
||||
|
Loading…
Reference in New Issue
Block a user