mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
6 lines
188 B
CSS
6 lines
188 B
CSS
#zen-workspaces-button .subviewbutton:not([active="true"]) {
|
|
display: none !important;
|
|
}
|
|
#zen-workspaces-button:hover .subviewbutton:not([active="true"]) {
|
|
display: flex !important;
|
|
}
|