Skip to content

Commit

Permalink
update screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen committed Jan 30, 2025
1 parent 87391e0 commit d1cd21e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/form-layout/test/visual/lumo/form-layout.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,19 +260,19 @@ describe('form-layout', () => {
describe('container overflow', () => {
beforeEach(() => {
element = fixtureSync(`
<div style="width: 300px; overflow: auto; border: 1px solid #000;">
<div style="width: 300px; overflow: auto; border: 1px solid #8EA3A6;">
<style>
vaadin-form-layout > div {
padding: 0.5em;
box-sizing: border-box;
}
vaadin-form-layout > div:nth-child(even) {
background: yellow;
background: #E6E9AF;
}
vaadin-form-layout > div:nth-child(odd) {
background: red;
background: #605EA1;
}
</style>
<vaadin-form-layout responsive-steps='[{"columns": 3}]'>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions packages/form-layout/test/visual/material/form-layout.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,19 +260,19 @@ describe('form-layout', () => {
describe('container overflow', () => {
beforeEach(() => {
element = fixtureSync(`
<div style="width: 300px; overflow: auto; border: 1px solid #000;">
<div style="width: 300px; overflow: auto; border: 1px solid #8EA3A6;">
<style>
vaadin-form-layout > div {
padding: 0.5em;
box-sizing: border-box;
}
vaadin-form-layout > div:nth-child(even) {
background: yellow;
background: #E6E9AF;
}
vaadin-form-layout > div:nth-child(odd) {
background: red;
background: #605EA1;
}
</style>
<vaadin-form-layout responsive-steps='[{"columns": 3}]'>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d1cd21e

Please sign in to comment.