Skip to content

Commit

Permalink
Cleanup CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Jun 16, 2022
1 parent 828c073 commit cc6e31c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 31 deletions.
16 changes: 3 additions & 13 deletions src/SearchBlock/less/facets.less
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ div#page-document .searchlib-block {
}

a.item {
// padding: 0px;
// border-bottom: 3px solid white;
// margin-right: 1.5em;
// border-radius: 0px;
color: @deepBlue;
font-size: 18px;

Expand All @@ -110,22 +106,16 @@ div#page-document .searchlib-block {
}

&.active {
// border-bottom: 3px solid @secondaryColor;
color: @secondaryColor;

// .icon {
// color: @secondaryColor !important;
// }
}

span.title {
margin-right: 5px;
}
}

// span.count {
// color: @sf-medium-gray2;
// font-weight: 400;
// }
&::-webkit-scrollbar {
height: 0.3rem !important;
}
}

Expand Down
14 changes: 0 additions & 14 deletions src/SearchBlock/less/searchresult.less
Original file line number Diff line number Diff line change
Expand Up @@ -423,20 +423,6 @@ div#page-document div.searchapp div.cards div.search-result {
min-height: 1.1em;
}
}

p {
font-size: 14px !important;
}

// h3,
// p {
// margin: 0px 0px 10px 0px;
// }

p {
color: @deepBlue;
font-size: 12.8px;
}
}
}

Expand Down
4 changes: 0 additions & 4 deletions src/SearchBlock/less/searchview.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ div#page-document {
.searchlib-block {
color: @deepBlue;

// h1.documentFirstHeading {
// display: none;
// }

h1,
h2,
h3,
Expand Down

0 comments on commit cc6e31c

Please sign in to comment.