about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-10-23 08:14:32 +0200
committerGitHub <noreply@github.com>2022-10-23 08:14:32 +0200
commit0c146d71fb6864ada3d30bfb1a6da918f7c56c79 (patch)
treedffd1ff72401fdfe87851740bf8e3c5e1ed03ef4
parent72f75d18b15608cfe6461892f3ed53cdcdf248d8 (diff)
parent2ac29f6808601322612559dc15e7a20fd815be24 (diff)
downloadrust-0c146d71fb6864ada3d30bfb1a6da918f7c56c79.tar.gz
rust-0c146d71fb6864ada3d30bfb1a6da918f7c56c79.zip
Rollup merge of #103388 - notriddle:notriddle/result-description, r=GuillaumeGomez
rustdoc: remove unused CSS class `.result-description`

It was added to the CSS in d8de2b4c338471aacaf0e8a096f9a7148b146ab4, but was never actually used in that PR.
-rw-r--r--src/librustdoc/html/static/css/rustdoc.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css
index 9785e1f54c1..324f5ffb4a9 100644
--- a/src/librustdoc/html/static/css/rustdoc.css
+++ b/src/librustdoc/html/static/css/rustdoc.css
@@ -920,7 +920,7 @@ so that we can apply CSS-filters to change the arrow color in themes */
 	flex-flow: row wrap;
 }
 
-.search-results .result-name, .search-results div.desc, .search-results .result-description {
+.search-results .result-name, .search-results div.desc {
 	width: 50%;
 }
 .search-results .result-name {
@@ -1899,10 +1899,10 @@ in storage.js
 		border-bottom: 1px solid #aaa9;
 		padding: 5px 0px;
 	}
-	.search-results .result-name, .search-results div.desc, .search-results .result-description {
+	.search-results .result-name, .search-results div.desc {
 		width: 100%;
 	}
-	.search-results div.desc, .search-results .result-description, .item-right {
+	.search-results div.desc, .item-right {
 		padding-left: 2em;
 	}