File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
src/librustdoc/html/static/themes Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -151,17 +151,14 @@ pre, .rustdoc.source .example-wrap {
151
151
color: #c5c5c5;
152
152
}
153
153
154
- .content a:hover {
154
+ .search-results a:hover {
155
155
background-color: #777;
156
156
}
157
157
158
- .content a:focus {
158
+ .search-results a:focus {
159
159
color: #000 !important;
160
160
background-color: #c6afb3;
161
161
}
162
- .content a:focus {
163
- color: #000 !important;
164
- }
165
162
.search-results a {
166
163
color: #0096cf;
167
164
}
Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ pre, .rustdoc.source .example-wrap {
109
109
color: #ddd;
110
110
}
111
111
112
- .content a:hover {
112
+ .search-results a:hover {
113
113
background-color: #777;
114
114
}
115
115
116
- .content a:focus {
116
+ .search-results a:focus {
117
117
color: #eee !important;
118
118
background-color: #616161;
119
119
}
Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ pre, .rustdoc.source .example-wrap {
109
109
color: #4E4C4C;
110
110
}
111
111
112
- .content a:hover {
112
+ .search-results a:hover {
113
113
background-color: #ddd;
114
114
}
115
115
116
- .content a:focus {
116
+ .search-results a:focus {
117
117
color: #000 !important;
118
118
background-color: #ccc;
119
119
}
You can’t perform that action at this time.
0 commit comments