mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🐛 Fix dashboard options item icon.
This commit is contained in:
parent
385616f3df
commit
6f9cf454a2
1 changed files with 4 additions and 43 deletions
|
@ -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;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue