🐛 Use new icon for menu action in project grid

This commit is contained in:
Belén Albeza 2024-02-28 17:04:23 +01:00 committed by Andrey Antukh
parent 9594c70ec5
commit 233e7e7e87
2 changed files with 14 additions and 11 deletions

View file

@ -238,22 +238,22 @@ $thumbnail-default-height: $s-168; // Default width
margin-right: 0;
margin-top: $s-20;
width: 100%;
svg {
fill: $df-secondary;
margin-right: 0;
height: $s-16;
width: $s-16;
}
--menu-icon-color: var(--button-tertiary-foreground-color-rest);
&:hover,
&:focus {
svg {
fill: $da-tertiary;
}
--menu-icon-color: var(--button-tertiary-foreground-color-hover);
}
}
.menu-icon {
stroke: var(--menu-icon-color);
fill: none;
margin-right: 0;
height: $s-16;
width: $s-16;
}
.project-th-actions.force-display {
opacity: 1;
}