Skip to content

Commit 9be8eb0

Browse files
include attach implementation for close icon
1 parent f827b76 commit 9be8eb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/library-vars.css

+4
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,10 @@ leaving room for semantic and accessible implementation choices */
231231
--icon-sprite: var(--fa-search);
232232
}
233233

234+
.icon.fa-close, .icon-attach.fa-close:before {
235+
--icon-sprite: var(--fa-close);
236+
}
237+
234238
.icon-replace.fa-bluesky {
235239
--icon-sprite: var(--fa-bluesky);
236240
}

0 commit comments

Comments
 (0)