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

LPD-34947 Improve accessibility in calendar navigation #46

Merged
merged 6 commits into from
Sep 25, 2024

Conversation

igor-franca
Copy link
Member

Follow up from #45

Now I was able to learn how to perform local tests at runtime of the changes made! I created a small documentation showing how to do this to avoid unnecessary releases.

Thank you for the reviews and release @ethib137 @bryceosterhaus.

I believe we are now on the right path! Tests performed at runtime with changes made to this PR:

simplescreenrecorder-2024-09-17_18.38.42.mp4

background-color: #758FBB;
}
background-color: #DCDEF5 !important;
}
Copy link
Member Author

@igor-franca igor-franca Sep 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @ethib137, the main objective of this change was to bring this style to the selected week. Because they did not undergo any style change when highlighted.

The style I overwrote was this:

screenshot-1726667177

I tried to do this in other more elegant ways, but to no avail, let me know if you have any advice on this.

Copy link
Member

@ethib137 ethib137 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Regarding the use of !important, it is best to avoid it, but in this case the only downside of it would be if a customer is trying re-theme the calendar, using !important makes it more difficult.

@dsanz dsanz merged commit ec77131 into liferay:master Sep 25, 2024
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.

3 participants