@@ -319,45 +319,6 @@ html:not([lwt-sidebar="dark"]) {
319
319
}
320
320
321
321
322
- # zen-workspaces-button {
323
- border-radius : 8px !important ;
324
- background-color : rgba (255 , 255 , 255 , 0.1 ) !important ;
325
- box-shadow : 0 0 12px rgba (0 , 0 , 0 , 0.2 ) !important ;
326
- padding : 3px !important ;
327
-
328
- .subviewbutton {
329
- border-radius : 6px !important ;
330
- transition : background-color 0.2s ease !important ;
331
- font-size : 16px !important ;
332
- filter : grayscale (0% ) !important ;
333
- --toolbarbutton-hover-background : color-mix (in srgb, var (--zen-branding-bg-reverse ) 10% , transparent 90% ) !important ;
334
-
335
- & : hover {
336
- background-color : var (--toolbarbutton-hover-background ) !important ;
337
- }
338
-
339
- & : active {
340
- background-color : var (--toolbarbutton-active-background ) !important ;
341
- }
342
-
343
- /*noinspection CssInvalidFunction*/
344
- & [active ] {
345
- background-color : light-dark (rgba (255 , 255 , 255 , 1 ), rgba (255 , 255 , 255 , 0.2 )) !important ;
346
- box-shadow : 0 0 4px rgba (0 , 0 , 0 , 0.2 ) !important ;
347
- overflow : hidden !important ;
348
-
349
- & ::before {
350
- content : "" ;
351
- position : absolute;
352
- width : 100% ;
353
- height : 100% ;
354
- margin-top : 50% ;
355
- background : linear-gradient (0 , rgba (0 , 0 , 0 , 0.2 ), transparent);
356
- }
357
- }
358
- }
359
- }
360
-
361
322
/* sidebar mods */
362
323
# sidebar-box , # bookmarksPanel .sidebar-panel , # sidebar-header , # history-panel , html , # header {
363
324
background-color : transparent !important ;
0 commit comments