mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +08:00
fix(less): tokenizing field input no box-shadow on windows
This commit is contained in:
parent
ddf2e91f18
commit
a418f806be
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