UX: Hide about in context menu

This commit is contained in:
Keegan George 2022-07-21 14:42:46 -07:00
parent 57d7f1bf0c
commit 99dc02d896
1 changed files with 5 additions and 0 deletions

View File

@ -213,3 +213,8 @@ table.jexcel > tbody > tr > td {
border-left: 1px solid var(--jexcel_border_color);
}
}
// Hides about item in context menu
.jcontextmenu > div:not(.contextmenu-line):last-child {
display: none;
}