mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
rustdoc light theme: Fix CSS for selected buttons
The background was dark before, which made the text impossible to read. Now the background is white, which is how selected `div`s are rendered. As a result, the search results tabs now look identical to how they used to look (before #79896).
This commit is contained in:
parent
2225ee1b62
commit
2b455aa7d8
@ -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…
Reference in New Issue
Block a user