0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

🐛 Fix dashboard options item icon.

This commit is contained in:
elhombretecla 2020-11-13 13:10:16 +01:00 committed by Andrey Antukh
parent 385616f3df
commit 6f9cf454a2

View file

@ -180,7 +180,7 @@
.project-th-actions {
align-items: center;
bottom: 0;
bottom: 4px;
display: none;
left: 0;
justify-content: flex-end;
@ -190,9 +190,9 @@
svg {
fill: $color-gray-20;
height: 14px;
height: 18px;
margin-right: $x-small;
width: 14px;
width: 18px;
}
span {
@ -208,13 +208,11 @@
margin-right: 0;
svg {
fill: $color-gray-30;
fill: $color-gray-60;
margin-right: 0;
}
&:hover {
transform: scale(1.4);
svg {
fill: $color-primary-dark;
}
@ -223,43 +221,6 @@
}
&.delete {
margin-right: 0;
svg {
fill: $color-gray-30;
margin-right: 0;
}
&:hover {
transform: scale(1.4);
svg {
fill: $color-danger;
}
}
}
&.edit {
margin-right: 0;
svg {
fill: $color-gray-30;
}
&:hover {
transform: scale(1.4);
svg {
fill: $color-gray-60;
}
}
}
}
}