mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 10:00:50 +08:00
fix(less): tokenizing field input no box-shadow on windows
This commit is contained in:
parent
aac01d1088
commit
73a1fbf76b
1 changed files with 4 additions and 0 deletions
|
@ -160,6 +160,10 @@
|
|||
min-width: 0;
|
||||
padding-left: 0;
|
||||
margin-right: 0;
|
||||
box-shadow: none;
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue