Skip to content

Commit 1606d26

Browse files
committed
wip
1 parent 473a7de commit 1606d26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const gridStyles = css`
2222
cursor: default;
2323
--_border-color: var(--vaadin-grid-border-color, var(--vaadin-border-color-secondary));
2424
--_border-width: 0;
25-
--_row-border-width: var(--vaadin-grid-row-border-width, 1px);
25+
--_row-border-width: var(--vaadin-grid-row-border-width, 5px);
2626
--_column-border-width: var(--vaadin-grid-column-border-width, 0px);
2727
border-radius: var(--_border-radius);
2828
--_border-radius: 0;
@@ -155,7 +155,7 @@ export const gridStyles = css`
155155
box-sizing: border-box;
156156
background: var(--vaadin-grid-cell-background, var(--vaadin-background-color));
157157
border-block: var(--_row-border-width) solid var(--_border-color);
158-
/* margin-top: calc(var(--_row-border-width) * -1); */
158+
margin-top: calc(var(--_row-border-width) * -1);
159159
160160
/*
161161
Box-shadows are used to create a "fake" border at the end of the cell/row, which is visible when a row/cell ends
@@ -364,7 +364,7 @@ export const gridStyles = css`
364364
inset: 0;
365365
flex: 1;
366366
overflow: hidden;
367-
/* margin-top: calc(var(--_row-border-width) * -1); */
367+
margin-top: calc(var(--_row-border-width) * -1);
368368
}
369369
370370
#emptystaterow {

0 commit comments

Comments
 (0)