Skip to content

Commit

Permalink
italicise when multiple values selected
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-nowak committed Sep 30, 2024
1 parent ad244c9 commit 18f06a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

<span ng-if="ctrl.userCanEdit">
<dd ng-if="ctrl.hasMultipleValues(ctrl.rawMetadata.imageType)"
class="image-info__image-type"
class="image-info__image-type image-info--multiple"
>
Multiple image types (click ✎ to edit <strong>all</strong>)
</dd>
Expand All @@ -91,7 +91,7 @@

<span ng-if="!ctrl.userCanEdit">
<dd ng-if="ctrl.hasMultipleValues(ctrl.rawMetadata.imageType)"
class="image-info__image-type"
class="image-info__image-type image-info--multiple"
>
Multiple image types
</dd>
Expand Down

0 comments on commit 18f06a1

Please sign in to comment.