🐛 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 { .project-th-actions {
align-items: center; align-items: center;
bottom: 0; bottom: 4px;
display: none; display: none;
left: 0; left: 0;
justify-content: flex-end; justify-content: flex-end;
@ -190,9 +190,9 @@
svg { svg {
fill: $color-gray-20; fill: $color-gray-20;
height: 14px; height: 18px;
margin-right: $x-small; margin-right: $x-small;
width: 14px; width: 18px;
} }
span { span {
@ -208,13 +208,11 @@
margin-right: 0; margin-right: 0;
svg { svg {
fill: $color-gray-30; fill: $color-gray-60;
margin-right: 0; margin-right: 0;
} }
&:hover { &:hover {
transform: scale(1.4);
svg { svg {
fill: $color-primary-dark; 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;
}
}
}
} }
} }