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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.2.0esr-13.0-1] 2 commits: fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in...



Title: GitLab

richard pushed to branch tor-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 7263a6fd
    by Richard Pospesel at 2023-09-05T20:56:49+00:00
    fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
    
    Bug 41974: De-emphasized text in custom components is no longer gray in 13.0 alpha
    
  • 182afa03
    by Richard Pospesel at 2023-09-05T20:56:49+00:00
    fixup! Bug 40458: Implement .tor.onion aliases
    
    Bug 41974: De-emphasized text in custom components is no longer gray in 13.0 alpha
    

2 changed files:

Changes:

  • browser/components/rulesets/content/aboutRulesets.css
    ... ... @@ -43,7 +43,7 @@ select, option {
    43 43
     dt {
    
    44 44
       margin: var(--ruleset-vmargin) 0 0 0;
    
    45 45
       padding: 0;
    
    46
    -  color: var(--in-content-deemphasized-text);
    
    46
    +  color: var(--text-color-deemphasized);
    
    47 47
       font-size: 85%;
    
    48 48
     }
    
    49 49
     
    
    ... ... @@ -220,7 +220,7 @@ aside {
    220 220
     
    
    221 221
     #ruleset-list .description {
    
    222 222
       font-size: 85%;
    
    223
    -  color: var(--in-content-deemphasized-text);
    
    223
    +  color: var(--text-color-deemphasized);
    
    224 224
     }
    
    225 225
     
    
    226 226
     #ruleset-list .selected {
    
    ... ... @@ -280,7 +280,7 @@ aside {
    280 280
     
    
    281 281
     #ruleset-updated {
    
    282 282
       margin-top: 24px;
    
    283
    -  color: var(--in-content-deemphasized-text);
    
    283
    +  color: var(--text-color-deemphasized);
    
    284 284
       font-size: 85%;
    
    285 285
     }
    
    286 286
     
    
    ... ... @@ -291,7 +291,7 @@ aside {
    291 291
     }
    
    292 292
     
    
    293 293
     #edit-ruleset label {
    
    294
    -  color: var(--in-content-deemphasized-text);
    
    294
    +  color: var(--text-color-deemphasized);
    
    295 295
       display: block;
    
    296 296
     }
    
    297 297
     
    

  • browser/components/torpreferences/content/torPreferences.css
    ... ... @@ -164,7 +164,7 @@
    164 164
       flex: 1;
    
    165 165
       margin: 0 8px;
    
    166 166
       overflow: hidden;
    
    167
    -  color: var(--in-content-deemphasized-text);
    
    167
    +  color: var(--text-color-deemphasized);
    
    168 168
       white-space: nowrap;
    
    169 169
       text-overflow: ellipsis;
    
    170 170
     }
    

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