This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
src/librustdoc/html/static/css/themes Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -162,18 +162,18 @@ pre, .rustdoc.source .example-wrap {
162
162
color : # 788797 ;
163
163
}
164
164
165
- # titles > button .selected {
165
+ # search-tabs > button .selected {
166
166
background-color : # 141920 !important ;
167
167
border-bottom : 1px solid # ffb44c !important ;
168
168
border-top : none;
169
169
}
170
170
171
- # titles > button : not (.selected ) {
171
+ # search-tabs > button : not (.selected ) {
172
172
background-color : transparent !important ;
173
173
border : none;
174
174
}
175
175
176
- # titles > button : hover {
176
+ # search-tabs > button : hover {
177
177
border-bottom : 1px solid rgba (242 , 151 , 24 , 0.3 );
178
178
}
179
179
@@ -185,7 +185,7 @@ above the `@media (max-width: 700px)` rules due to a bug in the css checker */
185
185
/* see https://github.com/rust-lang/rust/pull/71237#issuecomment-618170143 */
186
186
pre .rust .lifetime {}
187
187
pre .rust .kw {}
188
- # titles > button : hover , # titles > button .selected {}
188
+ # search-tabs > button : hover , # search-tabs > button .selected {}
189
189
pre .rust .self , pre .rust .bool-val , pre .rust .prelude-val , pre .rust .attribute {}
190
190
pre .rust .kw-2 , pre .rust .prelude-ty {}
191
191
Original file line number Diff line number Diff line change 88
88
--scrape-example-toggle-line-hover-background : # c5c5c5 ;
89
89
}
90
90
91
- # titles > button : not (.selected ) {
91
+ # search-tabs > button : not (.selected ) {
92
92
background-color : # 252525 ;
93
93
border-top-color : # 252525 ;
94
94
}
95
95
96
- # titles > button : hover , # titles > button .selected {
96
+ # search-tabs > button : hover , # search-tabs > button .selected {
97
97
border-top-color : # 0089ff ;
98
98
background-color : # 353535 ;
99
99
}
Original file line number Diff line number Diff line change 85
85
--scrape-example-toggle-line-hover-background : # 999 ;
86
86
}
87
87
88
- # titles > button : not (.selected ) {
88
+ # search-tabs > button : not (.selected ) {
89
89
background-color : # e6e6e6 ;
90
90
border-top-color : # e6e6e6 ;
91
91
}
92
92
93
- # titles > button : hover , # titles > button .selected {
93
+ # search-tabs > button : hover , # search-tabs > button .selected {
94
94
background-color : # ffffff ;
95
95
border-top-color : # 0089ff ;
96
96
}
You can’t perform that action at this time.
0 commit comments