Skip to content

Commit

Permalink
fix (web components): add missing css selector for select indicator s…
Browse files Browse the repository at this point in the history
…tyles (#16349)

* add fix for select indicator styles

* Change files

Co-authored-by: Seth Donohue <sethdonohue@Admins-MBP.guest.corp.microsoft.com>
  • Loading branch information
SethDonohue and Seth Donohue authored Jan 4, 2021
1 parent 6d4e387 commit 57787b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "patch",
"comment": "add select indicator css selector to fix indicator sizing",
"packageName": "@fluentui/web-components",
"email": "sethdonohue@Admins-MBP.guest.corp.microsoft.com",
"dependentChangeType": "patch",
"date": "2021-01-04T18:50:20.271Z"
}
1 change: 1 addition & 0 deletions packages/web-components/src/select/select.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export const SelectStyles = css`
.start,
.end,
.indicator,
.select-indicator,
::slotted(svg) {
${`` /* Glyph size is temporary - replace when glyph-size var is added */}
fill: currentcolor;
Expand Down

0 comments on commit 57787b1

Please sign in to comment.