Skip to content

Commit

Permalink
Rollup merge of #105088 - notriddle:notriddle/search-results-div-desc…
Browse files Browse the repository at this point in the history
…, r=GuillaumeGomez

rustdoc: remove redundant CSS `div.desc { display: block }`

DIV tags have block display by default. It is from when this rule used to target a SPAN tag, but became redundant in 4bd6748.
  • Loading branch information
Dylan-DPC authored Dec 1, 2022
2 parents 8bdae2e + 2405e60 commit de9f772
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: block;
}

.search-results a:hover,
Expand Down

0 comments on commit de9f772

Please sign in to comment.