File tree 4 files changed +23
-15
lines changed
src/librustdoc/html/static
4 files changed +23
-15
lines changed Original file line number Diff line number Diff line change 117
117
h3 {
118
118
font-size : 1.3em ;
119
119
}
120
- h1 , h2 , h3 : not (. notable ) , h4 {
120
+ h1 , h2 , h3 , h4 {
121
121
font-weight : 500 ;
122
122
margin : 20px 0 15px 0 ;
123
123
padding-bottom : 6px ;
@@ -1129,6 +1129,13 @@ a.test-arrow:hover{
1129
1129
margin : 0 ;
1130
1130
}
1131
1131
1132
+ .notable-traits .notable {
1133
+ margin : 0 ;
1134
+ margin-bottom : 13px ;
1135
+ font-size : 19px ;
1136
+ font-weight : 600 ;
1137
+ }
1138
+
1132
1139
.notable-traits .docblock code .content {
1133
1140
margin : 0 ;
1134
1141
padding : 0 ;
@@ -1190,9 +1197,6 @@ pre.rust {
1190
1197
cursor : pointer;
1191
1198
z-index : 2 ;
1192
1199
margin-left : 5px ;
1193
- position : absolute;
1194
- left : -44px ;
1195
- top : 2px ;
1196
1200
}
1197
1201
1198
1202
# all-types {
@@ -1308,14 +1312,6 @@ pre.rust {
1308
1312
border-top : 1px solid;
1309
1313
}
1310
1314
1311
-
1312
-
1313
- h3 .notable {
1314
- margin : 0 ;
1315
- margin-bottom : 13px ;
1316
- font-size : 19px ;
1317
- }
1318
-
1319
1315
kbd {
1320
1316
display : inline-block;
1321
1317
padding : 3px 5px ;
Original file line number Diff line number Diff line change 10
10
color : # c5c5c5 ;
11
11
}
12
12
13
- h1 , h2 , h3 : not (. notable ) , h4 {
13
+ h1 , h2 , h3 , h4 {
14
14
color : white;
15
15
}
16
16
h1 .fqn {
@@ -406,6 +406,10 @@ pre.ignore:hover, .information:hover + pre.ignore {
406
406
border-color : # 5c6773 ;
407
407
}
408
408
409
+ .notable-traits-tooltiptext .notable {
410
+ border-bottom-color : # 5c6773 ;
411
+ }
412
+
409
413
# titles > button .selected {
410
414
background-color : # 141920 !important ;
411
415
border-bottom : 1px solid # ffb44c !important ;
Original file line number Diff line number Diff line change 3
3
color : # ddd ;
4
4
}
5
5
6
- h1 , h2 , h3 : not (. notable ) , h4 {
6
+ h1 , h2 , h3 , h4 {
7
7
color : # ddd ;
8
8
}
9
9
h1 .fqn {
@@ -354,6 +354,10 @@ pre.ignore:hover, .information:hover + pre.ignore {
354
354
border-color : # 777 ;
355
355
}
356
356
357
+ .notable-traits-tooltiptext .notable {
358
+ border-bottom-color : # d2d2d2 ;
359
+ }
360
+
357
361
# titles > button : not (.selected ) {
358
362
background-color : # 252525 ;
359
363
border-top-color : # 252525 ;
Original file line number Diff line number Diff line change 5
5
color : black;
6
6
}
7
7
8
- h1 , h2 , h3 : not (. notable ) , h4 {
8
+ h1 , h2 , h3 , h4 {
9
9
color : black;
10
10
}
11
11
h1 .fqn {
@@ -346,6 +346,10 @@ pre.ignore:hover, .information:hover + pre.ignore {
346
346
border-color : # 999 ;
347
347
}
348
348
349
+ .notable-traits-tooltiptext .notable {
350
+ border-bottom-color : # DDDDDD ;
351
+ }
352
+
349
353
# titles > button : not (.selected ) {
350
354
background-color : # e6e6e6 ;
351
355
border-top-color : # e6e6e6 ;
You can’t perform that action at this time.
0 commit comments