Skip to content

Commit 0ed9855

Browse files
committed
refactor(Calendar): prevent inheriting font-weight from the parent element
1 parent 0d36b22 commit 0ed9855

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scss/_calendar.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
--#{$prefix}calendar-cell-today-color: #{$calendar-cell-today-color};
2020
// scss-docs-end calendar-css-vars
2121

22+
font-weight: initial;
23+
2224
table {
2325
width: calc(var(--#{$prefix}calendar-table-cell-size) * 7); // stylelint-disable-line function-disallowed-list
2426
margin: var(--#{$prefix}calendar-table-margin);

0 commit comments

Comments
 (0)