mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2025-06-25 01:42:11 +00:00
UX: Hide about in context menu
This commit is contained in:
parent
57d7f1bf0c
commit
99dc02d896
5
scss/vendor/jspreadsheet-theme.scss
vendored
5
scss/vendor/jspreadsheet-theme.scss
vendored
@ -213,3 +213,8 @@ table.jexcel > tbody > tr > td {
|
|||||||
border-left: 1px solid var(--jexcel_border_color);
|
border-left: 1px solid var(--jexcel_border_color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Hides about item in context menu
|
||||||
|
.jcontextmenu > div:not(.contextmenu-line):last-child {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user