Skip to content

Commit

Permalink
style: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed May 26, 2021
1 parent 82c2be8 commit 2276524
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/month-calendar/stylings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ td {
width: 32px;
height: 32px;
color: var(--year-grid-color, var(--base-primary-color));
font-size: 14px;
}
@media (any-hover: hover) {
.calendar-day:not([aria-hidden="true"]):not([aria-disabled="true"]):hover {
Expand Down
2 changes: 1 addition & 1 deletion src/year-grid-button/stylings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const yearGridButtonStyling = css`
background-color: inherit;
color: inherit;
font: inherit;
font-size: 14px;
font-size: 13px;
border-radius: 52px;
pointer-events: auto;
}
Expand Down
2 changes: 1 addition & 1 deletion src/year-grid/stylings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const yearGridStyling = css`
width: 56px;
height: 32px;
color: var(--year-grid-color, var(--base-primary-color));
font-size: 14px;
font-size: 13px;
}
@media (any-hover: hover) {
.year-grid > .year-grid-button:not([aria-disabled="true"]):hover {
Expand Down

0 comments on commit 2276524

Please sign in to comment.