We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6be60b commit c1c30f2Copy full SHA for c1c30f2
1 file changed
styles.css
@@ -97,6 +97,25 @@ ul {
97
vertical-align: middle;
98
}
99
100
+ .custom-context-menu {
101
+ display: none;
102
+ position: absolute;
103
+ background-color: #fff;
104
+ border: 1px solid #ccc;
105
+ box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
106
+ list-style: none;
107
+ padding: 0;
108
+ margin: 0;
109
+ z-index: 1000;
110
+ }
111
+ .custom-context-menu li {
112
+ padding: 8px 16px;
113
+ cursor: pointer;
114
115
+ .custom-context-menu li:hover {
116
+ background-color: #f2f2f2;
117
118
+
119
details summary {
120
cursor: pointer;
121
color: #60a5fa;
0 commit comments