Skip to content

Commit 8bea60b

Browse files
web-padawanclaude
andauthored
refactor: remove redundant replace grid-overlap rules (#11409)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bb2c0be commit 8bea60b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/master-detail-layout/src/styles/vaadin-master-detail-layout-base-styles.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,6 @@ export const masterDetailLayoutStyles = css`
120120
translate: none;
121121
}
122122
123-
:host(:not([orientation='vertical'])[transition='replace']) :is(#detail, #outgoing) {
124-
grid-row: 1 / -1;
125-
}
126-
127-
:host([orientation='vertical'][transition='replace']) :is(#detail, #outgoing) {
128-
grid-column: 1 / -1;
129-
}
130-
131123
#outgoing:not([hidden]) {
132124
z-index: 1;
133125
}

0 commit comments

Comments
 (0)