Bug 1578906 - Show a larger underline on the accesskeys since they are only single characters and descenders can make the underline appear very small for an accesskey. r=jaws

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
aarushivij 2020-04-02 18:37:17 +00:00
parent 53168da7e7
commit c60456e198

View File

@ -112,6 +112,7 @@ label.text-link, label[onclick] {
label html|span.accesskey {
text-decoration: underline;
text-decoration-skip-ink: none;
}
/********** toolbarbutton **********/