Skip to content

Commit 8c65478

Browse files
committed
rustdoc: remove unused CSS for .variants_table
Continuation of rust-lang#100938 and rust-lang#101010. This rule was added to support the old, table-based style for displaying enum variants, which are now displayed using headers and paragraphs.
1 parent 4d45b07 commit 8c65478

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/librustdoc/html/static/css/rustdoc.css

-8
Original file line numberDiff line numberDiff line change
@@ -1210,14 +1210,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
12101210
float: right;
12111211
}
12121212

1213-
.variants_table {
1214-
width: 100%;
1215-
}
1216-
1217-
.variants_table tbody tr td:first-child {
1218-
width: 1%; /* make the variant name as small as possible */
1219-
}
1220-
12211213
td.summary-column {
12221214
width: 100%;
12231215
}

0 commit comments

Comments
 (0)