Skip to content

Commit

Permalink
fix: datepicker: adds missing module selector (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkilgore-eightfold authored Jul 14, 2022
1 parent e9c81ad commit 4cf98b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/DateTimePicker/Internal/ocpicker.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,10 @@
border-radius: $picker-cell-border-radius-m;
color: $picker-cell-foreground-color-active;
}

&-disabled {
opacity: $disabled-alpha-value;
}
}

&-column {
Expand Down

0 comments on commit 4cf98b0

Please sign in to comment.