Skip to content

Commit

Permalink
Update image grid image button style
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Oct 10, 2023
1 parent d043b8c commit df6c0c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<span v-if="showFilename" class="image-filename" :title="image.filename" v-text="image.filename"></span>
<div class="image-buttons">
<a v-if="image.infoUrl" :href="image.infoUrl" class="image-button" title="View image information">
<span class="fa fa-info-circle" aria-hidden="true"></span>
<span class="fa fa-info-circle fa-fw" aria-hidden="true"></span>
</a>
</div>
<div v-if="showLabels" class="image-labels" @wheel.stop>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@
position: absolute;
top: $padding-base-vertical;
right: $padding-base-vertical;
// width of a single button
width: 28px;
}

.image-button {
Expand Down

0 comments on commit df6c0c9

Please sign in to comment.