Open library by cliking in the whole selector

This commit is contained in:
Andrés Moya 2020-11-27 07:49:39 +01:00 committed by Andrey Antukh
parent 1f92237b19
commit b67b3243bb
2 changed files with 11 additions and 5 deletions

View file

@ -108,13 +108,16 @@
.collapse-library {
margin-right: $small;
cursor: pointer;
&.open svg {
transform: rotate(90deg);
}
}
.library-bar {
cursor: pointer;
}
.asset-group {
background-color: $color-gray-60;
border-top: 1px solid $color-gray-50;