Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(calendar): prevent selected day text color override #1655

Merged
merged 2 commits into from
Jul 1, 2019
Merged

fix(calendar): prevent selected day text color override #1655

merged 2 commits into from
Jul 1, 2019

Conversation

yggg
Copy link
Contributor

@yggg yggg commented Jun 29, 2019

Please read and mark the following check list before creating a pull request:

Short description of what this resolves:

Text color of the selected day from the bounding month was overridden by a color
specified in .bounding-month. It happened because of .selected and
.bounding-month has the same weight and the latter was placed after
former. Moving .bounding-month at a very beginning allows other
styles with the same weight override .bounding-month.

Text color of the selected day from the bounding month was overridden by
a color specified in `.bounding-month`. It happened because of
`.selected` and `.bounding-month` has the same weight and the latter was
placed after former. Moving `.bounding-month` at a very beginning allows
other styles with the same weight override `.bounding-month`.
@yggg yggg merged commit e8834d7 into akveo:master Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants