File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
components/protections/content
themes/shared/customizableui
toolkit/themes/shared/design-system Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,10 @@ body[focuseddatatype=cryptominer] {
65
65
}
66
66
67
67
h2 {
68
- font-weight : 700 ;
68
+ font-weight : var ( --font-weight-bold ) ;
69
69
}
70
70
71
71
# report-title {
72
- font-size : 20px ;
73
- font-weight : 300 ;
74
72
margin-block-end : 20px ;
75
73
}
76
74
Original file line number Diff line number Diff line change @@ -1550,8 +1550,6 @@ radiogroup:focus-visible > .subviewradio[focused="true"] > .radio-label-box {
1550
1550
1551
1551
.panel-header > h1 {
1552
1552
flex : auto;
1553
- font-size : inherit;
1554
- font-weight : 600 ;
1555
1553
margin : 0 ;
1556
1554
}
1557
1555
Original file line number Diff line number Diff line change 2
2
* License, v. 2.0. If a copy of the MPL was not distributed with this
3
3
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
4
5
- @import url ("chrome://global/skin/design-tokens-shared.css" );
5
+ @import url ("chrome://global/skin/design-system/ tokens-shared.css" );
6
6
7
7
: root ,
8
8
: host (.anonymous-content-host ) {
You can’t perform that action at this time.
0 commit comments