Skip to content

Commit

Permalink
fix(material): restore correct toggle button icon (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed May 17, 2019
1 parent ed12d61 commit 0975a72
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion theme/material/vaadin-select-styles.html
Expand Up @@ -16,7 +16,7 @@
}

[part="toggle-button"]::before {
content: var(--material-icons-select);
content: var(--material-icons-dropdown);
}

:host([opened]) [part="toggle-button"] {
Expand Down

0 comments on commit 0975a72

Please sign in to comment.