Bug 1368957 - Making the labels for containers highlightable r?mconley draft
authorRicky Chien <ricky060709@gmail.com>
Sat, 03 Jun 2017 17:09:44 +0800
changeset 589346 3ce15b1bbadf98694ce36b93279bce6f8a24b46b
parent 588783 8a3aa1701537ea6b8334f432cd030d260d492fa3
child 631849 1deb153bb90b427f5a2e01a7452d055164085c88
push id62340
push userbmo:rchien@mozilla.com
push dateTue, 06 Jun 2017 03:31:19 +0000
reviewersmconley
bugs1368957
milestone55.0a1
Bug 1368957 - Making the labels for containers highlightable r?mconley MozReview-Commit-ID: 3Tjc8ARhZuz
browser/components/preferences/handlers.xml
--- a/browser/components/preferences/handlers.xml
+++ b/browser/components/preferences/handlers.xml
@@ -71,17 +71,17 @@
 
   </binding>
 
   <binding id="container">
     <content>
       <xul:hbox flex="1" equalsize="always">
         <xul:hbox flex="1" align="center">
           <xul:hbox xbl:inherits="data-identity-icon=containerIcon,data-identity-color=containerColor" height="24" width="24" class="userContext-icon"/>
-          <xul:label flex="1" crop="end" xbl:inherits="value=containerName"/>
+          <xul:label flex="1" crop="end" xbl:inherits="xbl:text=containerName,highlightable"/>
         </xul:hbox>
         <xul:hbox flex="1" align="right">
           <xul:button anonid="preferencesButton"
                       label="&preferencesButton.label;"
                       xbl:inherits="value=userContextId"
                       onclick="gContainersPane.onPreferenceClick(event.originalTarget)">
           </xul:button>
           <xul:button anonid="removeButton"