Skip to content

Commit 1accb4a

Browse files
authored
fix: remove incorrect CSS from upload base styles (#9834)
1 parent b9ee128 commit 1accb4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/upload/src/styles/vaadin-upload-base-styles.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export const uploadStyles = css`
2424
:host([dragover-valid]) {
2525
--vaadin-upload-background: var(--vaadin-background-container);
2626
--vaadin-upload-border: 1px dashed var(--vaadin-color);
27-
);
2827
}
2928
3029
:host([hidden]) {
@@ -56,5 +55,4 @@ export const uploadStyles = css`
5655
--vaadin-upload-border-radius: 0;
5756
--vaadin-upload-padding: 0;
5857
}
59-
6058
`;

0 commit comments

Comments
 (0)