Skip to content

Commit 59c269e

Browse files
author
Jules Simplicio
committed
Bug 1838939 - Part 5: Use design system typography in addons r=extension-reviewers,desktop-theme-reviewers,robwu,dao
Differential Revision: https://phabricator.services.mozilla.com/D186034
1 parent 447d760 commit 59c269e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

toolkit/mozapps/extensions/content/aboutaddons.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ message-bar-stack > * {
192192
/* List sections */
193193

194194
.list-section-heading {
195-
font-size: 17px;
196-
font-weight: 600;
197195
margin-bottom: 16px;
198196
}
199197

@@ -301,7 +299,7 @@ addon-card[expanded] .update-postponed-bar + .addon-card-message {
301299

302300
.addon-name {
303301
font-size: 16px;
304-
font-weight: 600;
302+
font-weight: var(--font-weight-bold);
305303
line-height: 22px;
306304
margin: 0;
307305
margin-inline-end: 8px;
@@ -358,7 +356,7 @@ addon-card[expanded] .update-postponed-bar + .addon-card-message {
358356

359357
.theme-enable-button {
360358
min-width: auto;
361-
font-size: 13px;
359+
font-size: var(--font-size-small);
362360
min-height: auto;
363361
height: 24px;
364362
margin: 0;

0 commit comments

Comments
 (0)