Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 67398ca

Browse files
committed
Update style to target a class on the icon that exists internally and in the open source release
Fixes #228 material-icons-extended is internal only. Externally the icon font used is just called material-icons. This change targets the other class on the element instead. PiperOrigin-RevId: 188092849
1 parent db303c9 commit 67398ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/material_select/dropdown_button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ $error-text-color: #d34336;
7272
$hacked-height: $icon-size / 2;
7373
height: $hacked-height;
7474

75-
::ng-deep i.material-icons-extended {
75+
::ng-deep i.glyph-i {
7676
// Finally let's adjust the position of the glyph itself to compensate for
7777
// the smaller size of the glyph element. (This assumes center alignment)
7878
position: relative;

0 commit comments

Comments
 (0)