Device manager - current session context menu (#9386)

* add destructive option and close on interaction options

* add kebab context menu wrapper

* use kebab context menu in current device section

* use named export

* lint

* sessionman tests
This commit is contained in:
Kerry
2022-10-13 09:07:34 +02:00
committed by GitHub
parent 8b54be6f48
commit 776ffa4764
14 changed files with 468 additions and 108 deletions
@@ -82,7 +82,8 @@ limitations under the License.
display: flex;
align-items: center;
&:hover {
&:hover,
&:focus {
background-color: $menu-selected-color;
}
@@ -187,3 +188,7 @@ limitations under the License.
color: $tertiary-content;
}
}
.mx_IconizedContextMenu_item.mx_IconizedContextMenu_itemDestructive {
color: $alert !important;
}