Compare commits

...

1 Commits

Author SHA1 Message Date
Henriette Darge 8788681c8f Add modifier class for correct styling 2 years ago
  1. 2
      frontend/src/app/shared/components/file-links/file-link-list-item/file-link-list-item.html

@ -1,6 +1,6 @@
<div class="spot-list--item-floating-wrapper">
<a
class="spot-list--item-action op-files-tab--file-list-item-action"
class="spot-list--item-action spot-list--item-action_link op-files-tab--file-list-item-action"
[ngClass]="{ 'disabled': disabled, 'view-not-allowed': !viewAllowed }"
[href]="fileLink._links.staticOriginOpen.href"
[title]="fileLink.originData.name"

Loading…
Cancel
Save