mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Twenty Seventeen: Accessibility: Add missing focus state for native audio and video embeds.
Props kjellr, karlgroves. Fixes #47190. git-svn-id: https://develop.svn.wordpress.org/trunk@45425 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2846,6 +2846,11 @@ img.alignright {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
audio:focus,
|
||||
video:focus {
|
||||
outline: thin dotted;
|
||||
}
|
||||
|
||||
/* Make sure embeds and iframes fit their containers. */
|
||||
|
||||
embed,
|
||||
|
||||
Reference in New Issue
Block a user