Skip to content

Commit

Permalink
Style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Aug 9, 2022
1 parent 64c9747 commit b129add
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/SearchBlock/less/filterlist.less
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,13 @@ div#page-document .searchlib-block {
font-size: 14px;
font-weight: 500;

&:hover {
&:hover,
&:active,
&:focus {
border: none;
background: none !important;
box-shadow: none;
color: @secondaryColor !important;
}
}

Expand Down
4 changes: 2 additions & 2 deletions src/SearchBlock/less/searchview.less
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ div#page-document {

.above-results {
display: grid;
margin-bottom: 2em;
margin-bottom: 2.5em;
column-gap: 20px;
grid-template-columns: 1fr 1fr;
grid-template-columns: auto 350px;

.above-right {
display: flex;
Expand Down

0 comments on commit b129add

Please sign in to comment.