Skip to content

Commit 86d5f8d

Browse files
authored
Merge pull request #288 from canjs/search-results-color
Remove color from the search results
2 parents beb4f3a + 2bf60a2 commit 86d5f8d

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
@@ -95,7 +95,6 @@
9595
> li{
9696
padding: .9em .5em;
9797
border-bottom: 1px solid @light-gray-color;
98-
border-left:3px solid transparent;
9998
a{
10099
color: @link-color;
101100
padding-bottom:0;
@@ -124,16 +123,14 @@
124123
}
125124
&:hover,
126125
&.keyboard-active{
127-
background-color: @highlight-color;
128-
border-left-color:@gray;
126+
background-color: @light-gray-color;
129127
cursor:pointer;
130128
}
131129
}
132130
}
133131

134132
.search-results-heading{
135133
padding:0 .5em;
136-
border-left: 3px solid transparent;
137134
border-bottom: 1px solid @light-gray-color;
138135
padding-bottom: 1em;
139136
.count{

0 commit comments

Comments
 (0)