Skip to content

Commit 76d5494

Browse files
committed
fix(calendar): update part selectors to support multiple values
1 parent 4e210c9 commit 76d5494

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/calendar/themes/calendar.base.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,17 +139,16 @@
139139
padding: rem(16px);
140140
}
141141

142-
[part='content'] {
142+
[part~='content'] {
143143
display: flex;
144144
flex-grow: 1;
145145
border-radius: inherit;
146146
border-top-left-radius: 0;
147147
border-top-right-radius: 0;
148148
}
149149

150-
[part='content-vertical'] {
150+
[part~='content-vertical'] {
151151
flex-direction: column;
152-
153152
}
154153

155154
[part='header-date'],

0 commit comments

Comments
 (0)