Skip to content

Commit

Permalink
Hide thumbnail search button
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarrell committed Oct 11, 2024
1 parent 9fc5654 commit ba856bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/js/vue-cdr-access/src/assets/common-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,9 @@ a.button.is-link span {
.image-download-options .fa-angle-down {
margin-left: 8px;
pointer-events: none;
}

/* This removes the thumbnail search button from clover */
.clover-viewer-media-wrapper .c-iZqOLP + .c-bwRbCV {
display: none !important;
}

0 comments on commit ba856bb

Please sign in to comment.