File tree 5 files changed +10
-4
lines changed
5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -986,7 +986,6 @@ fn render_assoc_item(
986
986
987
987
const ALLOWED_ATTRIBUTES : & [ Symbol ] = & [
988
988
sym:: export_name,
989
- sym:: lang,
990
989
sym:: link_section,
991
990
sym:: must_use,
992
991
sym:: no_mangle,
Original file line number Diff line number Diff line change @@ -967,6 +967,10 @@ a.test-arrow:hover{
967
967
color : inherit;
968
968
}
969
969
970
+ .code-attribute {
971
+ font-weight : 300 ;
972
+ }
973
+
970
974
.collapse-toggle {
971
975
font-weight : 300 ;
972
976
position : absolute;
Original file line number Diff line number Diff line change @@ -329,7 +329,8 @@ a.test-arrow:hover {
329
329
color : # c5c5c5 ;
330
330
}
331
331
332
- .toggle-label {
332
+ .toggle-label ,
333
+ .code-attribute {
333
334
color : # 999 ;
334
335
}
335
336
Original file line number Diff line number Diff line change @@ -274,7 +274,8 @@ a.test-arrow:hover{
274
274
background-color : # 4e8bca ;
275
275
}
276
276
277
- .toggle-label {
277
+ .toggle-label ,
278
+ .code-attribute {
278
279
color : # 999 ;
279
280
}
280
281
Original file line number Diff line number Diff line change @@ -267,7 +267,8 @@ a.test-arrow:hover{
267
267
background-color : # 4e8bca ;
268
268
}
269
269
270
- .toggle-label {
270
+ .toggle-label ,
271
+ .code-attribute {
271
272
color : # 999 ;
272
273
}
273
274
You can’t perform that action at this time.
0 commit comments