17117 use material icon

This commit is contained in:
Arthur Hanson 2024-08-23 14:04:23 -07:00
parent a00218dff9
commit c47b92bc45
2 changed files with 5 additions and 1 deletions

Binary file not shown.

View File

@ -50,7 +50,11 @@ pre code {
} }
.dropdown-toggle:after{ .dropdown-toggle:after{
content: "\2228"; font-family: "Material Design Icons";
content: '\F0140';
-webkit-font-feature-settings: 'liga' 1;
-moz-font-feature-settings: 'liga' 1;
font-feature-settings: 'liga' 1;
border-bottom: none; border-bottom: none;
border-left: none; border-left: none;
transform: none; transform: none;