Skip to content

Commit a518b3a

Browse files
Remove unused CSS rules
1 parent 64eb9ab commit a518b3a

File tree

4 files changed

+0
-17
lines changed

4 files changed

+0
-17
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -629,11 +629,6 @@ h2.location a {
629629
display: block;
630630
}
631631

632-
.invisible {
633-
width: 100%;
634-
display: inline-block;
635-
}
636-
637632
.content .in-band {
638633
flex-grow: 1;
639634
margin: 0px;

src/librustdoc/html/static/css/themes/ayu.css

-4
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ h4 {
6262
background-color: #0f1419;
6363
}
6464

65-
.invisible {
66-
background: rgba(0, 0, 0, 0);
67-
}
68-
6965
.docblock code {
7066
color: #ffb454;
7167
}

src/librustdoc/html/static/css/themes/dark.css

-4
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ h2, h3, h4 {
4949
background-color: #353535;
5050
}
5151

52-
.invisible {
53-
background: rgba(0, 0, 0, 0);
54-
}
55-
5652
.docblock code, .docblock-short code {
5753
background-color: #2A2A2A;
5854
}

src/librustdoc/html/static/css/themes/light.css

-4
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ h2, h3, h4 {
5151
background-color: white;
5252
}
5353

54-
.invisible {
55-
background: rgba(0, 0, 0, 0);
56-
}
57-
5854
.docblock code, .docblock-short code {
5955
background-color: #F5F5F5;
6056
}

0 commit comments

Comments
 (0)