Skip to content

Commit ddb2e26

Browse files
committed
Add style for disabled context menu item
1 parent f0fc2cc commit ddb2e26

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/styles/ContextMenu.module.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,12 @@
1616
background-color: $cadet-color-3;
1717
}
1818
}
19+
20+
.context-menu-item-disabled {
21+
list-style: none;
22+
user-select: none;
23+
padding: 3px 16px;
24+
white-space: nowrap;
25+
color: #a7b6c2;
26+
}
27+

0 commit comments

Comments
 (0)