File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -989,7 +989,6 @@ fn render_assoc_item(
989989
990990const ALLOWED_ATTRIBUTES : & [ Symbol ] = & [
991991 sym:: export_name,
992- sym:: lang,
993992 sym:: link_section,
994993 sym:: must_use,
995994 sym:: no_mangle,
Original file line number Diff line number Diff line change @@ -967,6 +967,10 @@ a.test-arrow:hover{
967967 color : inherit;
968968}
969969
970+ .code-attribute {
971+ font-weight : 300 ;
972+ }
973+
970974.collapse-toggle {
971975 font-weight : 300 ;
972976 position : absolute;
Original file line number Diff line number Diff line change @@ -329,7 +329,8 @@ a.test-arrow:hover {
329329 color : # c5c5c5 ;
330330}
331331
332- .toggle-label {
332+ .toggle-label ,
333+ .code-attribute {
333334 color : # 999 ;
334335}
335336
Original file line number Diff line number Diff line change @@ -274,7 +274,8 @@ a.test-arrow:hover{
274274 background-color : # 4e8bca ;
275275}
276276
277- .toggle-label {
277+ .toggle-label ,
278+ .code-attribute {
278279 color : # 999 ;
279280}
280281
Original file line number Diff line number Diff line change @@ -267,7 +267,8 @@ a.test-arrow:hover{
267267 background-color : # 4e8bca ;
268268}
269269
270- .toggle-label {
270+ .toggle-label ,
271+ .code-attribute {
271272 color : # 999 ;
272273}
273274
You can’t perform that action at this time.
0 commit comments