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

Commits:

5 changed files:

Changes:

  • browser/components/onionservices/content/authPreferences.css
    ... ... @@ -2,10 +2,6 @@
    2 2
     
    
    3 3
     @import url("chrome://global/skin/browser-colors.css");
    
    4 4
     
    
    5
    -#torOnionServiceKeys-overview-container {
    
    6
    -  margin-inline-end: 30px;
    
    7
    -}
    
    8
    -
    
    9 5
     #onionservices-savedkeys-dialog {
    
    10 6
       min-width: 45em;
    
    11 7
     }
    

  • browser/components/onionservices/content/authPreferences.inc.xhtml
    ... ... @@ -4,7 +4,10 @@
    4 4
               data-category="panePrivacy" hidden="true">
    
    5 5
       <label><html:h2 id="torOnionServiceKeys-header"/></label>
    
    6 6
       <hbox>
    
    7
    -    <description id="torOnionServiceKeys-overview-container" flex="1">
    
    7
    +    <description
    
    8
    +      class="description-deemphasized description-with-side-element"
    
    9
    +      flex="1"
    
    10
    +    >
    
    8 11
           <html:span id="torOnionServiceKeys-overview"
    
    9 12
                      class="tail-with-learn-more"/>
    
    10 13
           <label id="torOnionServiceKeys-learnMore" class="learnMore text-link"
    

  • 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"
    

  • browser/components/torpreferences/content/connectionPane.xhtml
    ... ... @@ -12,7 +12,7 @@
    12 12
         hidden="true"
    
    13 13
       >
    
    14 14
         <html:h1 data-l10n-id="tor-connection-settings-heading"></html:h1>
    
    15
    -    <description flex="1">
    
    15
    +    <description class="description-deemphasized" flex="1">
    
    16 16
           <html:span
    
    17 17
             data-l10n-id="tor-connection-overview"
    
    18 18
             class="tail-with-learn-more"
    
    ... ... @@ -86,8 +86,11 @@
    86 86
         <label>
    
    87 87
           <html:h2 data-l10n-id="tor-connection-quickstart-heading"></html:h2>
    
    88 88
         </label>
    
    89
    -    <description flex="1" data-l10n-id="tor-connection-quickstart-description">
    
    90
    -    </description>
    
    89
    +    <description
    
    90
    +      class="description-deemphasized"
    
    91
    +      flex="1"
    
    92
    +      data-l10n-id="tor-connection-quickstart-description"
    
    93
    +    />
    
    91 94
         <checkbox
    
    92 95
           id="torPreferences-quickstart-toggle"
    
    93 96
           data-l10n-id="tor-connection-quickstart-checkbox"
    
    ... ... @@ -108,7 +111,7 @@
    108 111
         data-category="paneConnection"
    
    109 112
         hidden="true"
    
    110 113
       >
    
    111
    -    <description flex="1">
    
    114
    +    <description class="description-deemphasized" flex="1">
    
    112 115
           <html:span
    
    113 116
             class="tail-with-learn-more"
    
    114 117
             data-l10n-id="tor-bridges-overview"
    
    ... ... @@ -434,7 +437,10 @@
    434 437
           id="tor-bridges-provider-heading"
    
    435 438
           data-l10n-id="tor-bridges-find-more-heading"
    
    436 439
         ></html:h3>
    
    437
    -    <description data-l10n-id="tor-bridges-find-more-description" />
    
    440
    +    <description
    
    441
    +      data-l10n-id="tor-bridges-find-more-description"
    
    442
    +      class="description-deemphasized"
    
    443
    +    />
    
    438 444
         <html:div id="tor-bridges-provider-area">
    
    439 445
           <html:ul id="tor-bridges-provider-list">
    
    440 446
             <html:li class="tor-bridges-provider-item">