Skip to content

Commit bc84ab0

Browse files
javier-godoypaodb
authored andcommitted
fix(demo): fix styles in demo CSS
Close #88
1 parent fa7ea7d commit bc84ab0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/resources/META-INF/frontend/styles/test_year-month-calendar.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
* limitations under the License.
1818
* #L%
1919
*/
20-
[part='date'].holiday {
20+
[part~='date'].holiday {
2121
color: var(--lumo-error-contrast-color);
2222
}
2323

24-
[part='date'].holiday::before {
24+
[part~='date'].holiday::before {
2525
background-color: var(--lumo-error-color);
2626
}
2727

28-
[part='date'].weekend {
28+
[part~='date'].weekend {
2929
color: var(--lumo-error-color);
3030
}

0 commit comments

Comments
 (0)