Skip to content

Commit 3147d12

Browse files
committed
refactor: re-implement grid base styles to use CSS borders
1 parent d7935c4 commit 3147d12

File tree

82 files changed

+172
-190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+172
-190
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;
-273 Bytes
Loading
-229 Bytes
Loading
-451 Bytes
Loading
-386 Bytes
Loading
-369 Bytes
Loading
-370 Bytes
Loading
-1.93 KB
Loading
-1.48 KB
Loading
-294 Bytes
Loading

0 commit comments

Comments
 (0)