Rollup merge of #79973 - camelid:rustdoc-search-tab-color, r=GuillaumeGomez

rustdoc light theme: Fix CSS for selected buttons

Fixes #79961.

The background was dark before, which made the text impossible to read.
Now the button doesn't override the background, and the only thing it
does is add a light-blue top border.

Ultimately, the search results tabs now look very similar to how they
used to look.

r? `@GuillaumeGomez`
This commit is contained in:
Yuki Okushi 2020-12-13 11:05:45 +09:00 committed by GitHub
commit 5115bbf1dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -349,8 +349,8 @@ pre.ignore:hover, .information:hover + pre.ignore {
}
#titles > button:hover, #titles > button.selected {
background-color: #ffffff;
border-top-color: #0089ff;
background-color: #353535;
}
#titles > button > div.count {