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

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-140.0esr-15.0-1] fixup! BB 40925: Implemented the Security Level component



Title: GitLab

henry pushed to branch mullvad-browser-140.0esr-15.0-1 at The Tor Project / Applications / Mullvad Browser

Commits:

  • 62c6d6c4
    by henry at 2025-07-17T15:47:41+01:00
    fixup! BB 40925: Implemented the Security Level component
    
    TB 43610: Update CSS variable names.
    
    Also change the security level shield background to a new variable with
    closer semantics.
    
    
    (cherry picked from commit cf8b385f1f44518aa3cc79bd47c1597b2261658e)
    
    Co-authored-by: Henry Wilkes <henry@xxxxxxxxxxxxxx>

2 changed files:

Changes:

  • browser/components/securitylevel/content/securityLevelPanel.css
    ... ... @@ -15,7 +15,7 @@
    15 15
       background-size: 9em 9em;
    
    16 16
       -moz-context-properties: fill, fill-opacity;
    
    17 17
       fill-opacity: 1;
    
    18
    -  fill: var(--button-bgcolor);
    
    18
    +  fill: var(--border-color-card);
    
    19 19
     }
    
    20 20
     
    
    21 21
     /* NOTE: Use ":dir" instead of ":-moz-locale-dir" when panel switches to HTML. */
    

  • browser/components/securitylevel/content/securityLevelPreferences.css
    ... ... @@ -13,7 +13,7 @@
    13 13
       width: 24px;
    
    14 14
       height: 24px;
    
    15 15
       -moz-context-properties: fill;
    
    16
    -  fill: var(--in-content-icon-color);
    
    16
    +  fill: var(--icon-color);
    
    17 17
       margin-block-start: var(--space-xsmall);
    
    18 18
       margin-inline-end: var(--space-large);
    
    19 19
     }
    
    ... ... @@ -92,7 +92,7 @@
    92 92
     
    
    93 93
     #security-level-current {
    
    94 94
       margin-block-start: var(--space-large);
    
    95
    -  background: var(--in-content-box-background);
    
    95
    +  background: var(--background-color-box);
    
    96 96
       border: 1px solid var(--in-content-box-border-color);
    
    97 97
       border-radius: var(--border-radius-small);
    
    98 98
       padding: var(--space-medium);
    

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