NOTE: This PR depends on #126 ; I'll re-base the PR after that one has been approved/merged.
Description
Updated components/shortcode layouts with custom styles in this theme to unset excessive underlines on links where we can do so without getting dinged in accessibility scans. Some links have been bolded that were not previously to help provide better differentiation from plain text:
Academic calendar "modern" layout
Pegasus list "featured" layout
Post list "news" and "people" layouts -- as a bonus, font color has also been modified on the "people" layout to support usage behind dark backgrounds 🎉
Events "classic", "modern", "modern without description" layouts
UCF Alert "icon" layout
Recent posts and RSS lists in widgets
Removed now-unused News style overrides from the theme. News layouts will still be pretty underline-y at this point; I've opened a separate issue in the News plugin repo to address these improvements.
Un-hid a WP-provided RSS icon for widget RSS feeds that link out to the source feed (see .rss-widget-icon). Likely not in use in prod anywhere, but would get flagged in accessibility scans if this scenario were to occur, as the image was providing necessary alt text for a surrounding link.
Replaced <p> tags around "Featured Story" blurbs in each Pegasus list item with <span> as a workaround for getting dinged in accessibility scans for overuse of all-caps text.
Motivation and Context
Resolves #110 and #127
How Has This Been Tested?
Reviewed in DEMO Dev.
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] My code follows the code style of this project.
[ ] My change requires an update to the documentation.
NOTE: This PR depends on #126 ; I'll re-base the PR after that one has been approved/merged.
Description
.rss-widget-icon
). Likely not in use in prod anywhere, but would get flagged in accessibility scans if this scenario were to occur, as the image was providing necessary alt text for a surrounding link.<p>
tags around "Featured Story" blurbs in each Pegasus list item with<span>
as a workaround for getting dinged in accessibility scans for overuse of all-caps text.Motivation and Context
Resolves #110 and #127
How Has This Been Tested?
Reviewed in DEMO Dev.
Types of changes
Checklist: