Skip to content

Commit 5ed2a65

Browse files
committed
refactor: re-implement grid base styles to use CSS borders
1 parent 53e8594 commit 5ed2a65

File tree

3 files changed

+131
-167
lines changed

3 files changed

+131
-167
lines changed

packages/crud/test/a11y.test.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ describe('a11y', () => {
1313
await setViewport({ width: 1024, height: 768 });
1414
});
1515

16-
beforeEach(() => {
17-
fixtureSync(`
18-
<style>
19-
:root {
20-
--vaadin-grid-row-border-width: 0px;
21-
}
22-
</style>
23-
`);
24-
});
25-
2616
function focusRestorationTests(testId, createFixture) {
2717
describe(`focus restoration - ${testId}`, () => {
2818
let grid, form, dialog, newButton, saveButton, cancelButton, editButtons;

0 commit comments

Comments
 (0)