🐛 Fix some bugs and omissions in assets

This commit is contained in:
Andrés Moya 2021-04-22 15:16:58 +02:00 committed by Alonso Torres
parent 5e73e68ef7
commit e3440ad773
6 changed files with 174 additions and 48 deletions

View file

@ -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 {

View file

@ -865,6 +865,10 @@
&:hover {
background: #1F1F1F;
}
&.selected {
border: 1px solid $color-primary;
}
}
.exports-options,