Skip to content

Commit

Permalink
Refs #140518 - mlt button styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 11, 2021
1 parent 77fcaf7 commit 0fb9dba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,10 @@ div#page-document {
opacity: 1 !important;
}
}

button.mlt {
opacity: 1 !important;
}
}

width: 100%;
Expand All @@ -733,6 +737,11 @@ div#page-document {
margin-bottom: 5px;
font-size: 12px !important;

button.mlt {
font-size: 10px;
opacity: 0;
}

span.score {
padding: 0px 5px 0px 5px;
border: 1px solid @sf-light-gray2;
Expand Down

0 comments on commit 0fb9dba

Please sign in to comment.