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 <he...@torproject.org>
- - - - -


2 changed files:

- browser/components/securitylevel/content/securityLevelPanel.css
- browser/components/securitylevel/content/securityLevelPreferences.css


Changes:

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


=====================================
browser/components/securitylevel/content/securityLevelPreferences.css
=====================================
@@ -13,7 +13,7 @@
   width: 24px;
   height: 24px;
   -moz-context-properties: fill;
-  fill: var(--in-content-icon-color);
+  fill: var(--icon-color);
   margin-block-start: var(--space-xsmall);
   margin-inline-end: var(--space-large);
 }
@@ -92,7 +92,7 @@
 
 #security-level-current {
   margin-block-start: var(--space-large);
-  background: var(--in-content-box-background);
+  background: var(--background-color-box);
   border: 1px solid var(--in-content-box-border-color);
   border-radius: var(--border-radius-small);
   padding: var(--space-medium);



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/62c6d6c459bb507d296964257214f2248b6a3a00

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/62c6d6c459bb507d296964257214f2248b6a3a00
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list -- tor-commits@lists.torproject.org
To unsubscribe send an email to tor-commits-le...@lists.torproject.org

Reply via email to