mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-21 23:05:47 +00:00
feat: improve existing monochrome icons and add new ones, p=#10536
This commit is contained in:
@@ -70,6 +70,8 @@ zen-workspace-creation {
|
||||
|
||||
& image {
|
||||
position: absolute;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
-moz-context-properties: fill-opacity, fill;
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
@@ -43,11 +43,13 @@
|
||||
fill-opacity: 0.6;
|
||||
|
||||
& .zen-workspace-icon {
|
||||
padding: 6px;
|
||||
pointer-events: none;
|
||||
|
||||
&[no-icon='true'] {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
padding: 0;
|
||||
background: light-dark(rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.4));
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user