mirror of https://github.com/docker/docs.git
autocomplete: change cursor on result
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
This commit is contained in:
parent
c2ca7143fa
commit
bc502c0c7f
|
@ -254,6 +254,10 @@ div#autocompleteResults span {
|
|||
.autoCompleteResult {
|
||||
border-bottom: 1px solid rgba(203, 205, 209, 0.4);
|
||||
padding: 15px;
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
#autocompleteShowAll {
|
||||
|
|
Loading…
Reference in New Issue