mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2026-09-19 00:01:35 -04:00
UX: Hide about in context menu
This commit is contained in:
Vendored
+5
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user