Skip to content

Commit 9eae0a5

Browse files
authored
fix: remove drag icon size, unify base icons syntax (#9974)
1 parent 14007be commit 9eae0a5

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

packages/component-base/src/styles/style-props.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dashboard/src/styles/vaadin-dashboard-widget-section-base-styles.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ export const dashboardWidgetAndSectionStyles = css`
8787
width: var(--vaadin-icon-size, 1lh);
8888
background: currentColor;
8989
mask-image: var(--icon);
90-
/* TODO not sure why this is needed. Probably something wrong with the --_vaadin-icon-drag SVG */
91-
mask-size: 100%;
9290
}
9391
9492
#focus-button-wrapper,

0 commit comments

Comments
 (0)