[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][base-browser-128.1.0esr-14.0-1] 2 commits: fixup! Bug 41916: Letterboxing preferences UI



Title: GitLab

morgan pushed to branch base-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 18ad1960
    by Henry Wilkes at 2024-08-15T18:04:28+00:00
    fixup! Bug 41916: Letterboxing preferences UI
    
    Bug 42667: Add the "description-deemphasized" class to our preferences.
    
  • 668cc010
    by Henry Wilkes at 2024-08-15T18:04:32+00:00
    fixup! Bug 40925: Implemented the Security Level component
    
    Bug 42667: Add the "description-deemphasized" class to our preferences.
    

2 changed files:

Changes:

  • browser/components/preferences/letterboxing.inc.xhtml
    ... ... @@ -6,7 +6,7 @@
    6 6
       data-category="paneGeneral"
    
    7 7
     >
    
    8 8
       <html:h1 data-l10n-id="letterboxing-header" />
    
    9
    -  <description class="letterboxing-overview">
    
    9
    +  <description class="letterboxing-overview description-deemphasized">
    
    10 10
         <html:span
    
    11 11
           data-l10n-id="letterboxing-overview"
    
    12 12
           class="tail-with-learn-more"
    
    ... ... @@ -25,7 +25,7 @@
    25 25
     >
    
    26 26
       <label><html:h2
    
    27 27
         data-l10n-id="letterboxing-window-size-header"/></label>
    
    28
    -  <description class="letterboxing-search-overview">
    
    28
    +  <description class="letterboxing-search-overview description-deemphasized">
    
    29 29
         <html:span
    
    30 30
           data-l10n-id="letterboxing-overview"
    
    31 31
           class="tail-with-learn-more"
    
    ... ... @@ -50,7 +50,7 @@
    50 50
       <label><html:h2
    
    51 51
         data-l10n-id="letterboxing-alignment-header"
    
    52 52
         /></label>
    
    53
    -  <description class="letterboxing-search-overview">
    
    53
    +  <description class="letterboxing-search-overview description-deemphasized">
    
    54 54
         <html:span
    
    55 55
           data-l10n-id="letterboxing-overview"
    
    56 56
           class="tail-with-learn-more"
    
    ... ... @@ -99,7 +99,7 @@
    99 99
     >
    
    100 100
       <label class="letterboxing-search-heading"><html:h2
    
    101 101
         data-l10n-id="letterboxing-header"/></label>
    
    102
    -  <description class="letterboxing-search-overview">
    
    102
    +  <description class="letterboxing-search-overview description-deemphasized">
    
    103 103
         <html:span
    
    104 104
           data-l10n-id="letterboxing-overview"
    
    105 105
           class="tail-with-learn-more"
    

  • browser/components/securitylevel/content/securityLevelPreferences.inc.xhtml
    ... ... @@ -6,7 +6,7 @@
    6 6
         <html:h2 data-l10n-id="security-level-preferences-heading"></html:h2>
    
    7 7
       </label>
    
    8 8
       <vbox flex="1">
    
    9
    -    <description flex="1">
    
    9
    +    <description class="description-deemphasized" flex="1">
    
    10 10
           <html:span
    
    11 11
             id="securityLevel-overview"
    
    12 12
             class="tail-with-learn-more"
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits