mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 08:58:43 +02:00
🐛 Fix some bugs and omissions in assets
This commit is contained in:
parent
5e73e68ef7
commit
e3440ad773
6 changed files with 174 additions and 48 deletions
|
@ -121,14 +121,22 @@
|
|||
.listing-options {
|
||||
background-color: $color-gray-60;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
padding: $medium $small 0 $small;
|
||||
|
||||
.selected-count {
|
||||
color: $color-primary;
|
||||
font-size: $fs11;
|
||||
}
|
||||
|
||||
.listing-option-btn {
|
||||
cursor: pointer;
|
||||
margin-left: $small;
|
||||
|
||||
&.first {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
svg {
|
||||
fill: $color-gray-20;
|
||||
height: 16px;
|
||||
|
@ -370,7 +378,9 @@
|
|||
.asset-list-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: $small;
|
||||
border: 1px solid transparent;
|
||||
margin-top: $x-small;
|
||||
padding: 2px;
|
||||
font-size: $fs12;
|
||||
color: $color-white;
|
||||
cursor: pointer;
|
||||
|
@ -380,6 +390,10 @@
|
|||
color: $color-gray-30;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
&.selected {
|
||||
border: 1px solid $color-primary;
|
||||
}
|
||||
}
|
||||
|
||||
.context-menu {
|
||||
|
|
|
@ -865,6 +865,10 @@
|
|||
&:hover {
|
||||
background: #1F1F1F;
|
||||
}
|
||||
|
||||
&.selected {
|
||||
border: 1px solid $color-primary;
|
||||
}
|
||||
}
|
||||
|
||||
.exports-options,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue