File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
toolkit/mozapps/extensions/content Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -192,8 +192,6 @@ message-bar-stack > * {
192
192
/* List sections */
193
193
194
194
.list-section-heading {
195
- font-size : 17px ;
196
- font-weight : 600 ;
197
195
margin-bottom : 16px ;
198
196
}
199
197
@@ -301,7 +299,7 @@ addon-card[expanded] .update-postponed-bar + .addon-card-message {
301
299
302
300
.addon-name {
303
301
font-size : 16px ;
304
- font-weight : 600 ;
302
+ font-weight : var ( --font-weight-bold ) ;
305
303
line-height : 22px ;
306
304
margin : 0 ;
307
305
margin-inline-end : 8px ;
@@ -358,7 +356,7 @@ addon-card[expanded] .update-postponed-bar + .addon-card-message {
358
356
359
357
.theme-enable-button {
360
358
min-width : auto;
361
- font-size : 13 px ;
359
+ font-size : var ( --font-size-small ) ;
362
360
min-height : auto;
363
361
height : 24px ;
364
362
margin : 0 ;
You can’t perform that action at this time.
0 commit comments