|
13 | 13 | </script>
|
14 | 14 |
|
15 | 15 | <Menubar.Root
|
16 |
| - class="flex h-12 items-center gap-1 rounded-[10px] border border-dark-10 bg-background px-[3px] shadow-mini" |
| 16 | + class="flex h-12 items-center gap-1 rounded-10px border border-dark-10 bg-background px-[3px] shadow-mini" |
17 | 17 | >
|
18 |
| - <div class="px-[10px]"> |
| 18 | + <div class="px-2.5"> |
19 | 19 | <Cat class="sq-6" />
|
20 | 20 | </div>
|
21 | 21 | <Menubar.Menu>
|
22 | 22 | <Menubar.Trigger
|
23 |
| - class="inline-flex h-10 cursor-default items-center justify-center rounded-[9px] px-3 text-sm font-medium outline-none data-[highlighted]:bg-muted data-[state=open]:bg-muted" |
| 23 | + class="inline-flex h-10 cursor-default items-center justify-center rounded-9px px-3 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted data-[state=open]:bg-muted" |
24 | 24 | >View</Menubar.Trigger
|
25 | 25 | >
|
26 | 26 | <Menubar.Content
|
27 |
| - class="z-50 w-full max-w-[220px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover outline-none" |
| 27 | + class="z-50 w-full max-w-[220px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover !ring-0 !ring-transparent " |
28 | 28 | transition={flyAndScale}
|
29 | 29 | align="start"
|
30 | 30 | sideOffset={3}
|
31 | 31 | >
|
32 | 32 | <Menubar.CheckboxItem
|
33 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 33 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
34 | 34 | bind:checked={pixelGrid}
|
35 | 35 | >
|
36 | 36 | Pixel grid
|
|
44 | 44 | {/if}
|
45 | 45 | </Menubar.CheckboxItem>
|
46 | 46 | <Menubar.CheckboxItem
|
47 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 47 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
48 | 48 | bind:checked={layoutGrid}
|
49 | 49 | >
|
50 | 50 | Layout grid
|
|
61 | 61 | <Menubar.RadioGroup bind:value={view}>
|
62 | 62 | <Menubar.RadioItem
|
63 | 63 | value="table"
|
64 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 64 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
65 | 65 | >
|
66 | 66 | Table
|
67 | 67 | <Menubar.RadioIndicator class="ml-auto">
|
|
70 | 70 | </Menubar.RadioItem>
|
71 | 71 | <Menubar.RadioItem
|
72 | 72 | value="board"
|
73 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 73 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
74 | 74 | >
|
75 | 75 | Board
|
76 | 76 | <Menubar.RadioIndicator class="ml-auto">
|
|
79 | 79 | </Menubar.RadioItem>
|
80 | 80 | <Menubar.RadioItem
|
81 | 81 | value="gallery"
|
82 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 82 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
83 | 83 | >
|
84 | 84 | Gallery
|
85 | 85 | <Menubar.RadioIndicator class="ml-auto">
|
|
91 | 91 | </Menubar.Menu>
|
92 | 92 | <Menubar.Menu>
|
93 | 93 | <Menubar.Trigger
|
94 |
| - class="inline-flex h-10 cursor-default items-center justify-center rounded-[9px] px-3 text-sm font-medium outline-none data-[highlighted]:bg-muted data-[state=open]:bg-muted" |
| 94 | + class="inline-flex h-10 cursor-default items-center justify-center rounded-[9px] px-3 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted data-[state=open]:bg-muted" |
95 | 95 | >Edit</Menubar.Trigger
|
96 | 96 | >
|
97 | 97 | <Menubar.Content
|
98 |
| - class="z-50 w-full max-w-[220px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover outline-none" |
| 98 | + class="z-50 w-full max-w-[220px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover" |
99 | 99 | transition={flyAndScale}
|
100 | 100 | align="start"
|
101 | 101 | sideOffset={3}
|
102 | 102 | >
|
103 | 103 | <Menubar.Item
|
104 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 104 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
105 | 105 | >Undo</Menubar.Item
|
106 | 106 | >
|
107 | 107 | <Menubar.Item
|
108 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 108 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
109 | 109 | >Redo</Menubar.Item
|
110 | 110 | >
|
111 | 111 | <Menubar.Separator />
|
112 | 112 | <Menubar.Sub>
|
113 | 113 | <Menubar.SubTrigger
|
114 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted data-[state=open]:bg-muted" |
| 114 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted data-[state=open]:bg-muted" |
115 | 115 | >
|
116 | 116 | Find
|
117 | 117 | <div class="ml-auto flex items-center gap-px">
|
118 | 118 | <CaretRight class="h-4 w-4 text-foreground-alt" />
|
119 | 119 | </div>
|
120 | 120 | </Menubar.SubTrigger>
|
121 | 121 | <Menubar.SubContent
|
122 |
| - class="w-full max-w-[209px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover outline-none" |
| 122 | + class="w-full max-w-[209px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover" |
123 | 123 | transition={flyAndScale}
|
124 | 124 | >
|
125 | 125 | <Menubar.Item
|
126 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 126 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
127 | 127 | >Search the web</Menubar.Item
|
128 | 128 | >
|
129 | 129 | <Menubar.Separator />
|
130 | 130 | <Menubar.Item
|
131 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 131 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
132 | 132 | >Find...</Menubar.Item
|
133 | 133 | >
|
134 | 134 | <Menubar.Item
|
135 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 135 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
136 | 136 | >Find Next</Menubar.Item
|
137 | 137 | >
|
138 | 138 | <Menubar.Item
|
139 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 139 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
140 | 140 | >Find Previous</Menubar.Item
|
141 | 141 | >
|
142 | 142 | </Menubar.SubContent>
|
143 | 143 | </Menubar.Sub>
|
144 | 144 | <Menubar.Separator />
|
145 | 145 | <Menubar.Item
|
146 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 146 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
147 | 147 | >Cut</Menubar.Item
|
148 | 148 | >
|
149 | 149 | <Menubar.Item
|
150 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 150 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
151 | 151 | >Copy</Menubar.Item
|
152 | 152 | >
|
153 | 153 | <Menubar.Item
|
154 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 154 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
155 | 155 | >Paste</Menubar.Item
|
156 | 156 | >
|
157 | 157 | </Menubar.Content>
|
158 | 158 | </Menubar.Menu>
|
159 | 159 | <Menubar.Menu>
|
160 | 160 | <Menubar.Trigger
|
161 |
| - class="inline-flex h-10 cursor-default items-center justify-center rounded-[9px] px-3 text-sm font-medium outline-none data-[highlighted]:bg-muted data-[state=open]:bg-muted" |
| 161 | + class="inline-flex h-10 cursor-default items-center justify-center rounded-9px px-3 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted data-[state=open]:bg-muted" |
162 | 162 | >View</Menubar.Trigger
|
163 | 163 | >
|
164 | 164 | <Menubar.Content
|
165 |
| - class="z-50 w-full max-w-[220px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover outline-none" |
| 165 | + class="z-50 w-full max-w-[220px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover" |
166 | 166 | transition={flyAndScale}
|
167 | 167 | align="start"
|
168 | 168 | sideOffset={3}
|
169 | 169 | >
|
170 | 170 | <Menubar.CheckboxItem
|
171 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 171 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
172 | 172 | bind:checked={bookmarks}
|
173 | 173 | >
|
174 | 174 | Show Bookmarks Bar
|
|
182 | 182 | {/if}
|
183 | 183 | </Menubar.CheckboxItem>
|
184 | 184 | <Menubar.CheckboxItem
|
185 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 185 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
186 | 186 | bind:checked={fullUrls}
|
187 | 187 | >
|
188 | 188 | Show Full URLs
|
|
197 | 197 | </Menubar.CheckboxItem>
|
198 | 198 | <Menubar.Separator />
|
199 | 199 | <Menubar.Item
|
200 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 200 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
201 | 201 | >Reload</Menubar.Item
|
202 | 202 | >
|
203 | 203 | <Menubar.Item
|
204 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 204 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
205 | 205 | >Force Reload</Menubar.Item
|
206 | 206 | >
|
207 | 207 | <Menubar.Separator />
|
208 | 208 | <Menubar.Item
|
209 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 209 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
210 | 210 | >Toggle Fullscreen</Menubar.Item
|
211 | 211 | >
|
212 | 212 | <Menubar.Separator />
|
213 | 213 | <Menubar.Item
|
214 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 214 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
215 | 215 | >Hide Sidebar</Menubar.Item
|
216 | 216 | >
|
217 | 217 | </Menubar.Content>
|
218 | 218 | </Menubar.Menu>
|
219 | 219 | <Menubar.Menu>
|
220 | 220 | <Menubar.Trigger
|
221 |
| - class="mr-[20px] inline-flex h-10 cursor-default items-center justify-center rounded-[9px] px-3 text-sm font-medium outline-none data-[highlighted]:bg-muted data-[state=open]:bg-muted" |
| 221 | + class="mr-[20px] inline-flex h-10 cursor-default items-center justify-center rounded-[9px] px-3 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted data-[state=open]:bg-muted" |
222 | 222 | >Profiles</Menubar.Trigger
|
223 | 223 | >
|
224 | 224 | <Menubar.Content
|
225 |
| - class="z-50 w-full max-w-[220px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover outline-none" |
| 225 | + class="z-50 w-full max-w-[220px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover" |
226 | 226 | transition={flyAndScale}
|
227 | 227 | align="start"
|
228 | 228 | sideOffset={3}
|
229 | 229 | >
|
230 | 230 | <Menubar.RadioGroup bind:value={profile}>
|
231 | 231 | <Menubar.RadioItem
|
232 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 232 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
233 | 233 | value="hunter"
|
234 | 234 | >
|
235 | 235 | Hunter
|
|
238 | 238 | </Menubar.RadioIndicator>
|
239 | 239 | </Menubar.RadioItem>
|
240 | 240 | <Menubar.RadioItem
|
241 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 241 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
242 | 242 | value="pavel"
|
243 | 243 | >
|
244 | 244 | Pavel
|
|
247 | 247 | </Menubar.RadioIndicator>
|
248 | 248 | </Menubar.RadioItem>
|
249 | 249 | <Menubar.RadioItem
|
250 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 250 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
251 | 251 | value="adrian"
|
252 | 252 | >
|
253 | 253 | Adrian
|
|
258 | 258 | </Menubar.RadioGroup>
|
259 | 259 | <Menubar.Separator />
|
260 | 260 | <Menubar.Item
|
261 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 261 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
262 | 262 | >Edit...</Menubar.Item
|
263 | 263 | >
|
264 | 264 | <Menubar.Separator />
|
265 | 265 | <Menubar.Item
|
266 |
| - class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted" |
| 266 | + class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted" |
267 | 267 | >Add Profile...</Menubar.Item
|
268 | 268 | >
|
269 | 269 | </Menubar.Content>
|
|
0 commit comments