Skip to content

Commit ddeb036

Browse files
authored
Update userChrome.css
1 parent 0555891 commit ddeb036

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

userChrome.css

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -319,45 +319,6 @@ html:not([lwt-sidebar="dark"]) {
319319
}
320320

321321

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-
361322
/* sidebar mods */
362323
#sidebar-box, #bookmarksPanel.sidebar-panel, #sidebar-header, #history-panel, html, #header{
363324
background-color: transparent !important;

0 commit comments

Comments
 (0)