Fix hidden trash icons in group details screen
This commit is contained in:
parent
1f5368742e
commit
3ce39a6316
1 changed files with 3 additions and 1 deletions
|
@ -3256,6 +3256,7 @@ button.module-conversation-details__action-button {
|
||||||
}
|
}
|
||||||
|
|
||||||
&-panel-row {
|
&-panel-row {
|
||||||
|
$row-root-selector: '#{&}__root';
|
||||||
&__root {
|
&__root {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
@ -3335,7 +3336,8 @@ button.module-conversation-details__action-button {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
||||||
&:focus-within {
|
#{$row-root-selector}:hover &,
|
||||||
|
#{$row-root-selector}:focus-within & {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue