91
91
h3 {
92
92
font-size : 1.3em ;
93
93
}
94
- h1 , h2 , h3 : not (.impl ): not (.method ): not (.type ): not (.tymethod ): not (.important ),
94
+ h1 , h2 , h3 : not (.impl ): not (.method ): not (.type ): not (.tymethod ): not (.notable ),
95
95
h4 : not (.method ): not (.type ): not (.tymethod ): not (.associatedconstant ) {
96
96
font-weight : 500 ;
97
97
margin : 20px 0 15px 0 ;
@@ -528,7 +528,7 @@ h4 > code, h3 > code, .invisible > code {
528
528
font-size : 0.8em ;
529
529
}
530
530
531
- .content .methods > div : not (.important -traits ) {
531
+ .content .methods > div : not (.notable -traits ) {
532
532
margin-left : 40px ;
533
533
margin-bottom : 15px ;
534
534
}
@@ -1099,17 +1099,17 @@ h3 > .collapse-toggle, h4 > .collapse-toggle {
1099
1099
font-size : 20px ;
1100
1100
}
1101
1101
1102
- .important -traits-tooltip {
1102
+ .notable -traits-tooltip {
1103
1103
display : inline-block;
1104
1104
cursor : pointer;
1105
1105
}
1106
1106
1107
- .important -traits: hover .important -traits-tooltiptext,
1108
- .important -traits .important -traits-tooltiptext .force-tooltip {
1107
+ .notable -traits: hover .notable -traits-tooltiptext,
1108
+ .notable -traits .notable -traits-tooltiptext .force-tooltip {
1109
1109
display : inline-block;
1110
1110
}
1111
1111
1112
- .important -traits .important -traits-tooltiptext {
1112
+ .notable -traits .notable -traits-tooltiptext {
1113
1113
display : none;
1114
1114
padding : 5px 3px 3px 3px ;
1115
1115
border-radius : 6px ;
@@ -1121,18 +1121,18 @@ h3 > .collapse-toggle, h4 > .collapse-toggle {
1121
1121
border : 1px solid;
1122
1122
}
1123
1123
1124
- .important -traits-tooltip ::after {
1124
+ .notable -traits-tooltip ::after {
1125
1125
/* The margin on the tooltip does not capture hover events,
1126
1126
this extends the area of hover enough so that mouse hover is not
1127
1127
lost when moving the mouse to the tooltip */
1128
1128
content : "\00a0\00a0\00a0" ;
1129
1129
}
1130
1130
1131
- .important -traits .important , .important -traits .docblock {
1131
+ .notable -traits .notable , .notable -traits .docblock {
1132
1132
margin : 0 ;
1133
1133
}
1134
1134
1135
- .important -traits .docblock code .content {
1135
+ .notable -traits .docblock code .content {
1136
1136
margin : 0 ;
1137
1137
padding : 0 ;
1138
1138
font-size : 20px ;
@@ -1183,13 +1183,13 @@ pre.rust {
1183
1183
font-size : 16px ;
1184
1184
}
1185
1185
1186
- .important -traits {
1186
+ .notable -traits {
1187
1187
cursor : pointer;
1188
1188
z-index : 2 ;
1189
1189
margin-left : 5px ;
1190
1190
}
1191
1191
1192
- h4 > .important -traits {
1192
+ h4 > .notable -traits {
1193
1193
position : absolute;
1194
1194
left : -44px ;
1195
1195
top : 2px ;
@@ -1431,7 +1431,7 @@ h4 > .important-traits {
1431
1431
z-index : 1 ;
1432
1432
}
1433
1433
1434
- h4 > .important -traits {
1434
+ h4 > .notable -traits {
1435
1435
position : absolute;
1436
1436
left : -22px ;
1437
1437
top : 24px ;
@@ -1522,7 +1522,7 @@ h4 > .important-traits {
1522
1522
margin-top : 0 ;
1523
1523
}
1524
1524
1525
- .important -traits .important -traits-tooltiptext {
1525
+ .notable -traits .notable -traits-tooltiptext {
1526
1526
left : 0 ;
1527
1527
top : 100% ;
1528
1528
}
@@ -1544,7 +1544,7 @@ h4 > .important-traits {
1544
1544
}
1545
1545
}
1546
1546
1547
- h3 .important {
1547
+ h3 .notable {
1548
1548
margin : 0 ;
1549
1549
margin-bottom : 13px ;
1550
1550
font-size : 19px ;
0 commit comments