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:
parent
146f46e07b
commit
489ffe0f67
@ -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],
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
input {
|
input {
|
||||||
border: 0!important;
|
border: 0!important;
|
||||||
outline: 0px;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
Loading…
Reference in New Issue
Block a user