mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 10:00:50 +08:00
fix(search): remove red search x
This commit is contained in:
parent
86651947f2
commit
62eb394e41
2 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@
|
|||
&.clear {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
color: @input-cancel-color;
|
||||
color: @input-accessory-color;
|
||||
right: @padding-base-horizontal;
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -237,7 +237,7 @@
|
|||
|
||||
|
||||
@input-accessory-color-hover: @light-blue;
|
||||
@input-accessory-color: @cool-gray;
|
||||
@input-accessory-color: @gray-light;
|
||||
@input-cancel-color: @red;
|
||||
|
||||
//** Text color for `<input>`s
|
||||
|
|
Loading…
Reference in a new issue