mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
17 lines
289 B
CSS
17 lines
289 B
CSS
|
|
.zen-current-workspace-indicator-icon {
|
|
display: none !important;
|
|
}
|
|
|
|
.zen-workspace-icon {
|
|
position: relative;
|
|
color: transparent;
|
|
}
|
|
|
|
.zen-workspace-icon::before {
|
|
position: absolute;
|
|
inset: 6px;
|
|
content: '';
|
|
background-color: white;
|
|
border-radius: 50%;
|
|
}
|