Merge pull request #112 from muffinresearch/fix-focus-styling

Add focus styling for a11y
This commit is contained in:
Caitlin Neiman 2019-02-25 08:26:14 -08:00 коммит произвёл GitHub
Родитель 639d50d59c 97c6a790da
Коммит 00a546915d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 37 добавлений и 3 удалений

Просмотреть файл

@ -73,9 +73,43 @@ small {
min-width: rem-calc(132);
}
a:focus,
button:focus {
.site-footer .mzp-c-footer-legal ul > li > a:focus,
a:focus {
outline: none;
text-decoration: underline;
}
#page-nav-links a:focus {
text-decoration: none;
color: #0060df;
}
.mzp-c-footer-links-social a:focus,
.mzp-c-footer-primary-logo a:focus,
.logo a:focus {
text-decoration: none;
outline: 1px dotted currentcolor;
}
.tile-borderless a:focus img,
.tile-extended > p a:focus,
a.button:focus,
a.cta-down:focus,
button.video-play:focus,
button:focus {
text-decoration: none;
outline: none;
box-shadow: inset 0 0 0 1px #0a84ff, 0 0 0 1px #0a84ff,
0 0 0 4px rgba(10, 132, 255, 0.3);
}
a.tile-block-link:focus {
text-decoration: none;
box-shadow: none;
&::before {
box-shadow: inset 0 0 0 1px #0a84ff, 0 0 0 1px #0a84ff,
0 0 0 4px rgba(10, 132, 255, 0.3);
}
}
// Bgs
@ -762,7 +796,7 @@ html {
a {
display: inline-block;
width: 100px;
height: 32px;
height: 28px;
overflow: hidden;
text-decoration: none;
text-indent: 120%;