Skip to content

Commit 9b4c6b4

Browse files
committed
made button cover default browser clear icon
1 parent f0f4ad0 commit 9b4c6b4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

elements/pfe-autocomplete/src/pfe-autocomplete.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ $LOCAL-VARIABLES: (
2828
}
2929

3030
button.clear-search {
31-
right: 10px;
31+
width: 50px;
32+
right: 0px;
3233
}
3334
}
3435

@@ -113,7 +114,9 @@ button {
113114
color: pfe-var(ui-base);
114115
}
115116
svg {
116-
width: 12px;
117+
width: 14px;
118+
position: relative;
119+
top: 2px;
117120
stroke: pfe-var(surface--border);
118121
}
119122
&:hover svg,

0 commit comments

Comments
 (0)