Skip to content

Commit

Permalink
increase selected icon
Browse files Browse the repository at this point in the history
  • Loading branch information
volar committed Dec 4, 2024
1 parent a675837 commit ec37cbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/styles/components/dam-image-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@ $bg-color-actions-dark: #1a1a1a;

.selected-triangle {
position: absolute;
top: 11px;
right: 11px;
top: 10px;
right: 10px;
z-index: 1;

&__bg {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 0 30px 30px 0;
border-width: 0 60px 60px 0;
border-color: transparent #608a32 transparent transparent;
top: 0;
right: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/views/coreDam/asset/list/components/AssetListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const selectMultiple = () => {
class="selected-triangle__icon"
icon="mdi-check"
color="white"
size="x-small"
size="large"
/>
</div>
<AssetImage
Expand Down

0 comments on commit ec37cbe

Please sign in to comment.