Skip to content

Commit

Permalink
fix(search): add mod to remove clear button padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mlogsdon18 authored and Westbrook committed Sep 1, 2023
1 parent bea891f commit 65168fe
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions packages/search/src/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,7 @@ governing permissions and limitations under the License.
--mod-textfield-spacing-inline: var(
--spectrum-alias-infieldbutton-full-height-m
);
--spectrum-icon-tshirt-size-height: var(
--spectrum-alias-workflow-icon-size-m
);
--spectrum-icon-tshirt-size-width: var(
--spectrum-alias-workflow-icon-size-m
);
--spectrum-ui-icon-tshirt-size-height: var(
--spectrum-alias-ui-icon-cornertriangle-size-100
);
--spectrum-ui-icon-tshirt-size-width: var(
--spectrum-alias-ui-icon-cornertriangle-size-100
);
--mod-clear-button-padding: 0;
}

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

0 comments on commit 65168fe

Please sign in to comment.