Skip to content

Commit d67c8bf

Browse files
fix: Add support for font family to select options (#794)
1 parent 9e2a648 commit d67c8bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

elements/pfe-select/src/pfe-select.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ $variables: (
1717
BorderLeft: #{pfe-local(BorderWidth) pfe-var(ui--border-style) pfe-local(BorderColor)},
1818
BorderRight: #{pfe-local(BorderWidth) pfe-var(ui--border-style) pfe-local(BorderColor)},
1919
BorderBottom: #{pfe-local(BorderBottomWidth) pfe-var(ui--border-style) pfe-local(BorderBottomColor)},
20-
BorderBottom--hover: #{pfe-local(BorderBottomWidth) pfe-var(ui--border-style) pfe-local(BorderBottomColor--hover)}
21-
20+
BorderBottom--hover: #{pfe-local(BorderBottomWidth) pfe-var(ui--border-style) pfe-local(BorderBottomColor--hover)},
21+
FontFamily: #{pfe-var(font-family)}
2222
);
2323

2424
:host {
@@ -82,6 +82,7 @@ $variables: (
8282

8383
font-size: #{pfe-var(font-size)};
8484
font-weight: #{pfe-var(font-weight--normal)};
85+
font-family: #{pfe-local(FontFamily)};
8586

8687
appearance: none;
8788
box-shadow: none;

0 commit comments

Comments
 (0)