Composer: Improve expand tab hover behavior

This commit is contained in:
Ken Powers 2020-05-04 17:25:11 -04:00 committed by Scott Nonnenberg
parent 7bb7c0d1e1
commit fb5316d2cf

View file

@ -7258,12 +7258,14 @@ button.module-image__border-overlay:focus {
left: calc(50% - 24px);
top: -18px;
border-radius: 12px 12px 0 0;
pointer-events: none;
opacity: 0;
transition: opacity 200ms ease-out;
#{$comp-area}:hover & {
opacity: 1;
pointer-events: all;
}
@include light-theme() {