Bug 1578051 - Apply hovering effect on the info button if it gets tab focus. r=nhnt11

By adding a ':-moz-focusring' on the info button.

Differential Revision: https://phabricator.services.mozilla.com/D45313

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tim Huang 2019-09-11 05:27:42 +00:00
Родитель 7e6d000cd3
Коммит ed382c5ab7
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -307,7 +307,8 @@
fill-opacity: 1;
}
#protections-popup-info-button:hover {
#protections-popup-info-button:hover,
#protections-popup-info-button:-moz-focusring {
outline-color: rgba(12, 12, 13, 0.2);
background-color: rgba(12, 12, 13, 0.2);
}