File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/aura/src/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,9 @@ vaadin-app-layout:has([slot='navbar']):has([slot='drawer']) {
112
112
}
113
113
}
114
114
115
- vaadin-app-layout : has ([slot='navbar']) : has ([slot=' drawer']): not ([overlay ]): not ([drawer-opened ])
115
+ vaadin-app-layout : has ([slot='drawer']): not ([overlay ]): not ([drawer-opened ])
116
116
> : nth-child (1 of : not ([slot ])): nth-last-child (1 of : not ([slot ])) {
117
- border-inline-start-width : min (var (--aura-app-layout-inset ), 1 px );
117
+ border-inline-start-width : min (var (--aura-app-layout-inset ), var ( --_aura-mdl-border ) );
118
118
}
119
119
120
120
vaadin-app-layout : has ([slot='navbar']): has ([slot='drawer'])[drawer-opened]: not ([overlay ])
@@ -124,7 +124,7 @@ vaadin-app-layout:has([slot='navbar']):has([slot='drawer'])[drawer-opened]:not([
124
124
125
125
vaadin-app-layout : has ([slot='navbar']): has ([slot='drawer'])
126
126
> : nth-child (1 of : not ([slot ])): nth-last-child (1 of : not ([slot ])) {
127
- border-top-width : 1 px ;
127
+ border-top-width : var ( --_aura-mdl-border ) ;
128
128
}
129
129
130
130
vaadin-app-layout : has ([slot='navbar'])
You can’t perform that action at this time.
0 commit comments