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:
parent
10855438ea
commit
6b254f864b
@ -2846,6 +2846,11 @@ img.alignright {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
audio:focus,
|
||||
video:focus {
|
||||
outline: thin dotted;
|
||||
}
|
||||
|
||||
/* Make sure embeds and iframes fit their containers. */
|
||||
|
||||
embed,
|
||||
|
Loading…
Reference in New Issue
Block a user