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:
commit
5115bbf1dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue