-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
♿ Update amp-carousel focus styles for better color contrast (#29564) #30750
Conversation
/cc @caroqliu |
Looks good! What do you think about adding a visual-diff test for this? |
/invite @dmanek |
An invitation to join |
The invitation to |
LGTM. |
I didn't find any existing test that includes amp-carousel (amp-lightbox-gallery.html includes amp-carousel-0.1.js but does not use amp-carousel). |
@zhouyx good point, in that case I'd recommend modifying an existing unit test to check the CSS property values, similar to how @krdwan did here: amphtml/extensions/amp-accordion/1.0/test/test-amp-accordion.js Lines 85 to 142 in 2990e68
|
…ect#29564) (ampproject#30750) * Update amp-carousel focus styles for better color contrast (ampproject#29564) * Add unit tests to verify focus style updates * Removed console.log
<button>
is Chrome/Firefox is typically blue while the outline on carousel button is black/white.