Skip to content

Commit

Permalink
Merge pull request #155 from alphagov/change-search-result-highlighting
Browse files Browse the repository at this point in the history
Use bold for search highlights
  • Loading branch information
quis committed Sep 16, 2015
2 parents 8b6ba47 + ca73b69 commit 5cba24d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
@@ -1 +1 @@
10.0.0
10.1.0
Binary file removed toolkit/images/search-result-highlight-mask.png
Binary file not shown.
8 changes: 2 additions & 6 deletions toolkit/scss/search/_search-result.scss
Expand Up @@ -34,12 +34,8 @@
}

.search-result-highlighted-text {
padding: 0 2px;
@include inline-block;
background-color: $yellow-25;
background-image: file-url('search-result-highlight-mask.png');
background-position: 0 -8px;
background-repeat: repeat;
display: inline;
@include bold-16;
}

.search-result-metadata {
Expand Down

0 comments on commit 5cba24d

Please sign in to comment.