mirror of
https://github.com/penpot/penpot.git
synced 2026-03-19 08:53:39 +00:00
💄 Remove nesting in css for project grid menu icon
This commit is contained in:
committed by
Andrey Antukh
parent
7d2aef441c
commit
9594c70ec5
@@ -220,36 +220,36 @@ $thumbnail-default-height: $s-168; // Default width
|
||||
span {
|
||||
color: $db-secondary;
|
||||
}
|
||||
}
|
||||
|
||||
.project-th-icon {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
margin-right: $s-8;
|
||||
margin-top: 0;
|
||||
.project-th-icon {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
margin-right: $s-8;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
&.menu {
|
||||
align-items: flex-end;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: $s-32;
|
||||
justify-content: center;
|
||||
margin-right: 0;
|
||||
margin-top: $s-20;
|
||||
width: 100%;
|
||||
.menu {
|
||||
align-items: flex-end;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: $s-32;
|
||||
justify-content: center;
|
||||
margin-right: 0;
|
||||
margin-top: $s-20;
|
||||
width: 100%;
|
||||
|
||||
> svg {
|
||||
fill: $df-secondary;
|
||||
margin-right: 0;
|
||||
height: $s-16;
|
||||
width: $s-16;
|
||||
}
|
||||
svg {
|
||||
fill: $df-secondary;
|
||||
margin-right: 0;
|
||||
height: $s-16;
|
||||
width: $s-16;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
> svg {
|
||||
fill: $da-tertiary;
|
||||
}
|
||||
}
|
||||
&:hover,
|
||||
&:focus {
|
||||
svg {
|
||||
fill: $da-tertiary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user