fix(search): remove red search x

This commit is contained in:
Evan Morikawa 2015-06-18 09:43:18 -07:00
parent 86651947f2
commit 62eb394e41
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@
&.clear { &.clear {
position: absolute; position: absolute;
top: 4px; top: 4px;
color: @input-cancel-color; color: @input-accessory-color;
right: @padding-base-horizontal; right: @padding-base-horizontal;
display: none; display: none;
} }

View file

@ -237,7 +237,7 @@
@input-accessory-color-hover: @light-blue; @input-accessory-color-hover: @light-blue;
@input-accessory-color: @cool-gray; @input-accessory-color: @gray-light;
@input-cancel-color: @red; @input-cancel-color: @red;
//** Text color for `<input>`s //** Text color for `<input>`s