Skip to content

Commit 47fea96

Browse files
committed
Remove unused CSS rules for internal rustc items
1 parent f970632 commit 47fea96

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

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

-6
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,6 @@ a {
216216
color: #39AFD7;
217217
}
218218

219-
.stab.internal a {
220-
color: #304FFE;
221-
}
222-
223219
.collapse-toggle {
224220
color: #999;
225221
}
@@ -254,7 +250,6 @@ a {
254250
}
255251

256252
.stab.unstable,
257-
.stab.internal,
258253
.stab.deprecated,
259254
.stab.portability {
260255
color: #c5c5c5;
@@ -457,7 +452,6 @@ pre.rust .doccomment {}
457452
.content .highlighted.type {}
458453
pre.rust .kw-2,pre.rust .prelude-ty {}
459454
.content span.trait,.content a.trait,.block a.current.trait {}
460-
.stab.internal {}
461455

462456
@media (max-width: 700px) {
463457
.sidebar-menu {

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

-5
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,6 @@ a {
172172
color: #D2991D;
173173
}
174174

175-
.stab.internal a {
176-
color: #304FFE;
177-
}
178-
179175
a.test-arrow {
180176
color: #dedede;
181177
}
@@ -214,7 +210,6 @@ a.test-arrow {
214210
}
215211

216212
.stab.unstable { background: #FFF5D6; border-color: #FFC600; color: #2f2f2f; }
217-
.stab.internal { background: #FFB9B3; border-color: #B71C1C; color: #2f2f2f; }
218213
.stab.deprecated { background: #F3DFFF; border-color: #7F0087; color: #2f2f2f; }
219214
.stab.portability { background: #C4ECFF; border-color: #7BA5DB; color: #2f2f2f; }
220215

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

-5
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ a {
173173
color: #3873AD;
174174
}
175175

176-
.stab.internal a {
177-
color: #304FFE;
178-
}
179-
180176
a.test-arrow {
181177
color: #f5f5f5;
182178
}
@@ -215,7 +211,6 @@ a.test-arrow {
215211
}
216212

217213
.stab.unstable { background: #FFF5D6; border-color: #FFC600; }
218-
.stab.internal { background: #FFB9B3; border-color: #B71C1C; }
219214
.stab.deprecated { background: #F3DFFF; border-color: #7F0087; }
220215
.stab.portability { background: #C4ECFF; border-color: #7BA5DB; }
221216

0 commit comments

Comments
 (0)