Skip to content

Commit

Permalink
fix(search): clear button ui in express (#4910)
Browse files Browse the repository at this point in the history
* fix(search): clear button ui in express

* chore: updated golden image cache

---------

Co-authored-by: Rajdeep Chandra <rajdeepchandra@Rajdeeps-MacBook-Pro-2.local>
Co-authored-by: Rúben Carvalho <rubcar@sapo.pt>
  • Loading branch information
3 people authored Nov 7, 2024
1 parent d82a55c commit f88e1e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ executors:
parameters:
current_golden_images_hash:
type: string
default: 5ab4db0cb7a707b3465bbcc85b02edaa5c8b96ae
default: b43876a206b9f2aa539299773e75b3d774a80d86
wireit_cache_name:
type: string
default: wireit
Expand Down
4 changes: 4 additions & 0 deletions packages/clear-button/src/clear-button.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ governing permissions and limitations under the License.

@import url('./spectrum-clear-button.css');
@import url('./clear-button-overrides.css');

:host {
box-sizing: border-box;
}
1 change: 0 additions & 1 deletion packages/search/src/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ governing permissions and limitations under the License.
--mod-textfield-spacing-inline: var(
--spectrum-alias-infieldbutton-full-height-m
);
--mod-clear-button-padding: 0;
}

input::-webkit-search-cancel-button {
Expand Down

0 comments on commit f88e1e2

Please sign in to comment.