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

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-145.0a1-16.0-1] 2 commits: fixup! BB 40925: Implemented the Security Level component



Title: GitLab

Pier Angelo Vendrame pushed to branch mullvad-browser-145.0a1-16.0-1 at The Tor Project / Applications / Mullvad Browser

Commits:

  • 4652b979
    by Henry Wilkes at 2025-11-28T10:49:10+01:00
    fixup! BB 40925: Implemented the Security Level component
    
    TB 44365: Fix CSS linting errors and missing variables.
    
  • 9ff7c87b
    by Henry Wilkes at 2025-11-28T10:49:19+01:00
    fixup! BB 32308: Use direct browser sizing for letterboxing.
    
    TB 44365: Fix CSS linting errors and missing variables.
    

3 changed files:

Changes:

  • browser/components/securitylevel/content/securityLevelPanel.css
    ... ... @@ -59,7 +59,7 @@
    59 59
     }
    
    60 60
     
    
    61 61
     #securityLevel-level {
    
    62
    -  font-size: 1.25em;
    
    62
    +  font-size: larger;
    
    63 63
       font-weight: var(--font-weight-bold);
    
    64 64
       grid-area: title;
    
    65 65
     }
    

  • browser/components/securitylevel/content/securityLevelPreferences.css
    ... ... @@ -63,7 +63,7 @@
    63 63
     
    
    64 64
     .security-level-name {
    
    65 65
       grid-area: name;
    
    66
    -  font-weight: bold;
    
    66
    +  font-weight: var(--font-weight-bold);
    
    67 67
       align-self: center;
    
    68 68
       white-space: nowrap;
    
    69 69
     }
    
    ... ... @@ -97,7 +97,7 @@
    97 97
     #security-level-current {
    
    98 98
       margin-block-start: var(--space-large);
    
    99 99
       background: var(--background-color-box);
    
    100
    -  border: 1px solid var(--in-content-box-border-color);
    
    100
    +  border: 1px solid var(--border-color);
    
    101 101
       border-radius: var(--border-radius-small);
    
    102 102
       padding: var(--space-medium);
    
    103 103
     }
    

  • toolkit/components/resistfingerprinting/content/letterboxing.css
    ... ... @@ -17,6 +17,9 @@
    17 17
       }
    
    18 18
     }
    
    19 19
     
    
    20
    +/* stylelint-disable stylelint-plugin-mozilla/use-border-color-tokens */
    
    21
    +/* stylelint-disable stylelint-plugin-mozilla/use-border-radius-tokens */
    
    22
    +
    
    20 23
     #tabbrowser-tabbox.letterboxing {
    
    21 24
       --letterboxing-bgcolor: var(--background-color-canvas);
    
    22 25
       /* Match the border radius used for the sidebar. */
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx