Skip to content

Commit 584ba0e

Browse files
authored
fix: override checkmark and menu icons from base styles (#10529)
1 parent 30bcca0 commit 584ba0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/aura/aura.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
:where(:host) {
3939
cursor: default;
4040
--vaadin-aura-theme: 1;
41+
--_vaadin-icon-checkmark: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6 9 17l-5-5"/></svg>');
42+
--_vaadin-icon-menu: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" ><path d="M4 5h16"/><path d="M4 12h16"/><path d="M4 19h16"/></svg>');
4143
}
4244

4345
vaadin-icon[icon^='vaadin:'] {

0 commit comments

Comments
 (0)