mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 23:18:59 +01:00
Improve the sub-menu arrows for the tree context menu
This commit is contained in:
parent
35faba2c2f
commit
4179f9c155
@ -3,6 +3,7 @@ import keyboardActionService from '../services/keyboard_actions.js';
|
||||
class ContextMenu {
|
||||
constructor() {
|
||||
this.$widget = $("#context-menu-container");
|
||||
this.$widget.addClass("dropend");
|
||||
this.dateContextMenuOpenedMs = 0;
|
||||
|
||||
$(document).on('click', () => this.hide());
|
||||
|
||||
@ -244,6 +244,11 @@ div.ui-tooltip {
|
||||
box-shadow: unset;
|
||||
}
|
||||
|
||||
.dropend .dropdown-toggle::after {
|
||||
margin-left: .5em;
|
||||
color: var(--muted-text-color);
|
||||
}
|
||||
|
||||
.dropdown-menu .disabled {
|
||||
color: #888 !important;
|
||||
pointer-events: none;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user