mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-17 23:34:14 +01:00
Moves panel header into the panel component
This commit is contained in:
@@ -197,7 +197,6 @@
|
||||
height: $icon-size;
|
||||
margin-inline-end: var(--button-spacing);
|
||||
min-width: $icon-size;
|
||||
opacity: 0;
|
||||
padding: 2px;
|
||||
transition: margin-inline-end 200ms ease-out, opacity 200ms ease-out,
|
||||
background 100ms ease-out;
|
||||
@@ -207,10 +206,6 @@
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
&--show {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&--show-disabled {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user