Skip to content

Commit

Permalink
stylelint shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Aug 1, 2024
1 parent bb997df commit 22fe8cc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ export const _dayCalendarStyles = (euiThemeContext: UseEuiTheme) => {
.react-datepicker__day-names,
.react-datepicker__week {
display: flex;
/* stylelint-disable no-extra-semicolons */
justify-content: space-between;
flex-grow: 1;
color: ${euiTheme.colors.subduedText};
Expand Down Expand Up @@ -305,6 +306,7 @@ export const _dayCalendarStyles = (euiThemeContext: UseEuiTheme) => {
/* Ranges use 2 side box-shadows that are the same as the button
* background to fill the gap between margins */
/* stylelint-disable-next-line selector-not-notation */
&--in-range:not(&--selected):not(:hover):not(&--disabled) {
box-shadow: -${rangeMarginOffset} 0 ${rangeBackgroundColor},
${rangeMarginOffset} 0 ${rangeBackgroundColor};
Expand Down

0 comments on commit 22fe8cc

Please sign in to comment.