Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
reebalazs committed Mar 1, 2024
1 parent 43936e6 commit 5623819
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/theme/solrsearch.less
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@
.dimmer {
top: 50% !important;
left: 50% !important;
position: fixed !important;
width: 100px;
height: 100px;
position: fixed !important;
border: 1px solid lightgray;
opacity: 0.9;
}
Expand Down Expand Up @@ -283,11 +283,11 @@
padding-right: 1em;
}
.searchConditionsFieldFooter {
border-bottom: 1px;
border-bottom-style: solid;
margin-top: 0.5em;
margin-right: 1em;
text-align: right;
border-bottom: 1px;
border-bottom-style: solid;
.showMoreIndicator {
color: @solr-color-interactive-blue;
font-size: 13px;
Expand Down

0 comments on commit 5623819

Please sign in to comment.