mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 07:36:12 +08:00
💄(search): Fix clear button positioning
This commit is contained in:
parent
20510a1e8f
commit
54ecb2bd58
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
||||||
|
|
||||||
&.clear {
|
&.clear {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 3px;
|
||||||
right: 4px;
|
right: 4px;
|
||||||
color: @input-accessory-color;
|
color: @input-accessory-color;
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue