Skip to content

Commit

Permalink
Refs #144708 - Use white background for logos in Sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Feb 28, 2022
1 parent 7cbc183 commit 043d73b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/SearchBlock/less/facetslist.less
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ div#page-document {
margin-right: 0.5em;
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
background: white;
}
}

Expand Down
4 changes: 4 additions & 0 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ div.ui.dimmer.facet-dimmer {
margin-right: 0.5em;
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
background: white;
}
}

Expand Down Expand Up @@ -366,6 +367,7 @@ div#page-document {
float: right;
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
background: white;
}
}
}
Expand Down Expand Up @@ -1112,6 +1114,7 @@ div.ui.modal.facet {
margin-right: 0.5em;
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
background: white;
}

div.content .searchlib-multiterm-facet.facet-sources {
Expand All @@ -1122,6 +1125,7 @@ div.ui.modal.facet {
margin-left: -5px;
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
background: white;
}
}

Expand Down

0 comments on commit 043d73b

Please sign in to comment.