🎉 Add new visual changes

This commit is contained in:
elhombretecla 2020-11-13 12:47:14 +01:00 committed by Andrey Antukh
parent 5dc646e44e
commit 385616f3df
4 changed files with 21 additions and 4 deletions

View file

@ -1001,6 +1001,16 @@ input[type=range]:focus::-ms-fill-upper {
} }
} }
&.tooltip-left {
&:hover {
&::after {
left: unset;
right: 130%;
top: 15%;
}
}
}
&.tooltip-hover { &.tooltip-hover {
&:hover { &:hover {
&::after { &::after {

View file

@ -260,8 +260,10 @@
} }
.section-title { .section-title {
color: $color-black;
font-size: $fs15; font-size: $fs15;
padding: 0 $size-4; padding: 0 $size-4;
font-weight: 500;
} }
.section-list { .section-list {

View file

@ -117,6 +117,7 @@
.asset-group { .asset-group {
background-color: $color-gray-60; background-color: $color-gray-60;
border-top: 1px solid $color-gray-50;
padding: $small; padding: $small;
font-size: $fs12; font-size: $fs12;
color: $color-gray-20; color: $color-gray-20;
@ -164,10 +165,10 @@
} }
.group-grid { .group-grid {
margin-top: $small; margin-top: $medium;
display: grid; display: grid;
grid-template-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr;
grid-auto-rows: 7vh; grid-auto-rows: 6vh;
column-gap: 0.5rem; column-gap: 0.5rem;
row-gap: 0.5rem; row-gap: 0.5rem;
@ -253,6 +254,10 @@
// overflow-y: scroll; // overflow-y: scroll;
// } // }
.group-list {
margin-top: $medium;
}
.group-list-item { .group-list-item {
display: flex; display: flex;
align-items: center; align-items: center;

View file

@ -570,7 +570,7 @@
[:span.tool-badge (t locale "workspace.assets.shared")])] [:span.tool-badge (t locale "workspace.assets.shared")])]
[:* [:*
[:span (:name file)] [:span (:name file)]
[:span.tool-link [:span.tool-link.tooltip.tooltip-left {:alt "Open library file"}
[:a {:href (str "#" url) :target "_blank"} i/chain]]])] [:a {:href (str "#" url) :target "_blank"} i/chain]]])]
(when @open? (when @open?