Skip to content

Commit 2bf60a2

Browse files
authored
Remove color from the search results
- Remove the dark border-left - Change the highlight color from green to gray
1 parent 0461182 commit 2bf60a2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

static/search.less

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
> li{
9191
padding: .9em .5em;
9292
border-bottom: 1px solid @light-gray-color;
93-
border-left:3px solid transparent;
9493
a{
9594
color: @link-color;
9695
padding-bottom:0;
@@ -119,16 +118,14 @@
119118
}
120119
&:hover,
121120
&.keyboard-active{
122-
background-color: @highlight-color;
123-
border-left-color:@gray;
121+
background-color: @light-gray-color;
124122
cursor:pointer;
125123
}
126124
}
127125
}
128126

129127
.search-results-heading{
130128
padding:0 .5em;
131-
border-left: 3px solid transparent;
132129
border-bottom: 1px solid @light-gray-color;
133130
padding-bottom: 1em;
134131
.count{

0 commit comments

Comments
 (0)