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
-
6746732e
by Henry Wilkes at 2025-11-28T10:46:26+01:00
3 changed files:
- browser/components/securitylevel/content/securityLevelPanel.css
- browser/components/securitylevel/content/securityLevelPreferences.css
- toolkit/components/resistfingerprinting/content/letterboxing.css
Changes:
| ... | ... | @@ -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 | }
|
| ... | ... | @@ -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 | }
|
| ... | ... | @@ -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. */
|