Composer: Improve expand tab hover behavior
This commit is contained in:
parent
7bb7c0d1e1
commit
fb5316d2cf
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue