Skip to content

Commit

Permalink
Remove unused CSS rules for internal rustc items
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Jul 15, 2020
1 parent f970632 commit 47fea96
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
6 changes: 0 additions & 6 deletions src/librustdoc/html/static/themes/ayu.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,6 @@ a {
color: #39AFD7;
}

.stab.internal a {
color: #304FFE;
}

.collapse-toggle {
color: #999;
}
Expand Down Expand Up @@ -254,7 +250,6 @@ a {
}

.stab.unstable,
.stab.internal,
.stab.deprecated,
.stab.portability {
color: #c5c5c5;
Expand Down Expand Up @@ -457,7 +452,6 @@ pre.rust .doccomment {}
.content .highlighted.type {}
pre.rust .kw-2,pre.rust .prelude-ty {}
.content span.trait,.content a.trait,.block a.current.trait {}
.stab.internal {}

@media (max-width: 700px) {
.sidebar-menu {
Expand Down
5 changes: 0 additions & 5 deletions src/librustdoc/html/static/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,6 @@ a {
color: #D2991D;
}

.stab.internal a {
color: #304FFE;
}

a.test-arrow {
color: #dedede;
}
Expand Down Expand Up @@ -214,7 +210,6 @@ a.test-arrow {
}

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

Expand Down
5 changes: 0 additions & 5 deletions src/librustdoc/html/static/themes/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,6 @@ a {
color: #3873AD;
}

.stab.internal a {
color: #304FFE;
}

a.test-arrow {
color: #f5f5f5;
}
Expand Down Expand Up @@ -215,7 +211,6 @@ a.test-arrow {
}

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

Expand Down

0 comments on commit 47fea96

Please sign in to comment.