Pier Angelo Vendrame pushed to branch base-browser-145.0a1-16.0-1 at The Tor
Project / Applications / Tor Browser
Commits:
4bd11c1b by Henry Wilkes at 2025-11-28T10:46:20+01:00
fixup! BB 40925: Implemented the Security Level component
TB 44365: Fix CSS linting errors and missing variables.
- - - - -
6746732e by Henry Wilkes at 2025-11-28T10:46:26+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/tor-browser/-/compare/a4067c6f4b74bfabc37dcd6c8a52df31c722a38d...6746732eae9fcc3f7fd23bb023dee877ad9c02ee
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/a4067c6f4b74bfabc37dcd6c8a52df31c722a38d...6746732eae9fcc3f7fd23bb023dee877ad9c02ee
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]