mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
💄 Remove nesting in css for project grid menu icon
This commit is contained in:
parent
7d2aef441c
commit
9594c70ec5
1 changed files with 26 additions and 26 deletions
|
@ -220,14 +220,16 @@ $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;
|
||||
}
|
||||
|
||||
&.menu {
|
||||
.menu {
|
||||
align-items: flex-end;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -237,7 +239,7 @@ $thumbnail-default-height: $s-168; // Default width
|
|||
margin-top: $s-20;
|
||||
width: 100%;
|
||||
|
||||
> svg {
|
||||
svg {
|
||||
fill: $df-secondary;
|
||||
margin-right: 0;
|
||||
height: $s-16;
|
||||
|
@ -246,13 +248,11 @@ $thumbnail-default-height: $s-168; // Default width
|
|||
|
||||
&:hover,
|
||||
&:focus {
|
||||
> svg {
|
||||
svg {
|
||||
fill: $da-tertiary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.project-th-actions.force-display {
|
||||
opacity: 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue