Skip to content

Commit

Permalink
Remove unused CSS rules
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jun 28, 2022
1 parent 64eb9ab commit a518b3a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
5 changes: 0 additions & 5 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -629,11 +629,6 @@ h2.location a {
display: block;
}

.invisible {
width: 100%;
display: inline-block;
}

.content .in-band {
flex-grow: 1;
margin: 0px;
Expand Down
4 changes: 0 additions & 4 deletions src/librustdoc/html/static/css/themes/ayu.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ h4 {
background-color: #0f1419;
}

.invisible {
background: rgba(0, 0, 0, 0);
}

.docblock code {
color: #ffb454;
}
Expand Down
4 changes: 0 additions & 4 deletions src/librustdoc/html/static/css/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ h2, h3, h4 {
background-color: #353535;
}

.invisible {
background: rgba(0, 0, 0, 0);
}

.docblock code, .docblock-short code {
background-color: #2A2A2A;
}
Expand Down
4 changes: 0 additions & 4 deletions src/librustdoc/html/static/css/themes/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ h2, h3, h4 {
background-color: white;
}

.invisible {
background: rgba(0, 0, 0, 0);
}

.docblock code, .docblock-short code {
background-color: #F5F5F5;
}
Expand Down

0 comments on commit a518b3a

Please sign in to comment.