Fix hidden trash icons in group details screen
This commit is contained in:

committed by
Scott Nonnenberg

parent
1f5368742e
commit
3ce39a6316
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user