Bug 1456591 - Underline only the accesskey in XUL UI draft
authorTimothy Guan-tin Chien <timdream@gmail.com>
Wed, 25 Apr 2018 10:51:45 -0700
changeset 787942 1e787ca2ca79467558adc9fe72999ab4f5a54c02
parent 783966 789e30ff2e3d6e1fcfce1a373c1e5635488d24da
push id107853
push usertimdream@gmail.com
push dateWed, 25 Apr 2018 17:53:10 +0000
bugs1456591
milestone61.0a1
Bug 1456591 - Underline only the accesskey in XUL UI MozReview-Commit-ID: 3x1hQSJ1yTW
toolkit/content/minimal-xul.css
--- a/toolkit/content/minimal-xul.css
+++ b/toolkit/content/minimal-xul.css
@@ -62,17 +62,17 @@ label.text-link, label[onclick] {
   -moz-binding: url("chrome://global/content/bindings/text.xml#text-link");
   -moz-user-focus: normal;
 }
 
 label[control], label.radio-label, label.checkbox-label, label.toolbarbutton-multiline-text {
   -moz-binding: url("chrome://global/content/bindings/text.xml#label-control");
 }
 
-html|span.accesskey {
+label html|span.accesskey {
   text-decoration: underline;
 }
 
 /********** resizer **********/
 
 resizer {
   -moz-binding: url("chrome://global/content/bindings/resizer.xml#resizer");
   position: relative;