@zuzjs/ui 0.2.8 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -103,4 +103,31 @@
103
103
  left: 20px;
104
104
  }
105
105
  }
106
+ }
107
+
108
+ .zuz-contextmenu{
109
+ min-width: 220px;
110
+ border-radius: 5px;
111
+ padding: 4px;
112
+ background: rgba(34,34,34,0.5);
113
+ border: 1px rgba(255,255,255,0.25) solid;
114
+ box-shadow: 0px 1px 3px rgba(0, 0, 0, .45);
115
+ backdrop-filter: blur(20px);
116
+ button{
117
+ border: 0px;
118
+ text-align: left;
119
+ padding: 4px 6px;
120
+ background: rgba(0, 0, 0, 0);
121
+ cursor: pointer;
122
+ color: #fff;
123
+ border-radius: 4px;
124
+ &:hover{
125
+ background: #385fd2;
126
+ }
127
+ }
128
+ .line{
129
+ height: 1px;
130
+ background: rgba(255,255,255,0.25);
131
+ margin: 4px 6px;
132
+ }
106
133
  }