mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Composer: Improve expand tab hover behavior
This commit is contained in:
committed by
Scott Nonnenberg
parent
7bb7c0d1e1
commit
fb5316d2cf
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user