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:

- browser/components/securitylevel/content/securityLevelPanel.css
- browser/components/securitylevel/content/securityLevelPreferences.css
- toolkit/components/resistfingerprinting/content/letterboxing.css


Changes:

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


=====================================
browser/components/securitylevel/content/securityLevelPreferences.css
=====================================
@@ -63,7 +63,7 @@
 
 .security-level-name {
   grid-area: name;
-  font-weight: bold;
+  font-weight: var(--font-weight-bold);
   align-self: center;
   white-space: nowrap;
 }
@@ -97,7 +97,7 @@
 #security-level-current {
   margin-block-start: var(--space-large);
   background: var(--background-color-box);
-  border: 1px solid var(--in-content-box-border-color);
+  border: 1px solid var(--border-color);
   border-radius: var(--border-radius-small);
   padding: var(--space-medium);
 }


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



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/329541f5a6f3ded27fba9ad8cf33e457df8b519f...9ff7c87bb75c19224ec7bfb63a68ec8b3b39321c

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/329541f5a6f3ded27fba9ad8cf33e457df8b519f...9ff7c87bb75c19224ec7bfb63a68ec8b3b39321c
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to