Skip to content

Commit e89fc54

Browse files
DanMonroetoddjordan
authored andcommitted
Moved css style for the mouse cursor to the clickable content of search results
1 parent 7eb7967 commit e89fc54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/styles/components/_search-input.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ $dropdown-min-width-large: 600px;
6868
// Each suggestion
6969
.algolia-docsearch-suggestion {
7070
color: #333;
71-
cursor: pointer;
7271
overflow: hidden;
7372
border-bottom: 1px solid $color-border;
7473
}
@@ -126,6 +125,7 @@ $dropdown-min-width-large: 600px;
126125

127126
.algolia-docsearch-suggestion--content {
128127
padding: 3px 5px;
128+
cursor: pointer;
129129
}
130130

131131
.algolia-docsearch-suggestion--subcategory-inline {

0 commit comments

Comments
 (0)