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);
|
left: calc(50% - 24px);
|
||||||
top: -18px;
|
top: -18px;
|
||||||
border-radius: 12px 12px 0 0;
|
border-radius: 12px 12px 0 0;
|
||||||
|
pointer-events: none;
|
||||||
|
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 200ms ease-out;
|
transition: opacity 200ms ease-out;
|
||||||
|
|
||||||
#{$comp-area}:hover & {
|
#{$comp-area}:hover & {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
pointer-events: all;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include light-theme() {
|
@include light-theme() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue