Fix invalid CSS rules for a:hover
This commit is contained in:
parent
be8450eec8
commit
ec32bcf3fd
3 changed files with 6 additions and 9 deletions
|
@ -151,17 +151,14 @@ pre, .rustdoc.source .example-wrap {
|
|||
color: #c5c5c5;
|
||||
}
|
||||
|
||||
.content a:hover {
|
||||
.search-results a:hover {
|
||||
background-color: #777;
|
||||
}
|
||||
|
||||
.content a:focus {
|
||||
.search-results a:focus {
|
||||
color: #000 !important;
|
||||
background-color: #c6afb3;
|
||||
}
|
||||
.content a:focus {
|
||||
color: #000 !important;
|
||||
}
|
||||
.search-results a {
|
||||
color: #0096cf;
|
||||
}
|
||||
|
|
|
@ -109,11 +109,11 @@ pre, .rustdoc.source .example-wrap {
|
|||
color: #ddd;
|
||||
}
|
||||
|
||||
.content a:hover {
|
||||
.search-results a:hover {
|
||||
background-color: #777;
|
||||
}
|
||||
|
||||
.content a:focus {
|
||||
.search-results a:focus {
|
||||
color: #eee !important;
|
||||
background-color: #616161;
|
||||
}
|
||||
|
|
|
@ -109,11 +109,11 @@ pre, .rustdoc.source .example-wrap {
|
|||
color: #4E4C4C;
|
||||
}
|
||||
|
||||
.content a:hover {
|
||||
.search-results a:hover {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
.content a:focus {
|
||||
.search-results a:focus {
|
||||
color: #000 !important;
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue