Add theme: Only Close On Hover (#542)

Co-authored-by: p-sw <p-sw@users.noreply.github.com>
This commit is contained in:
mr. m 🤙 2024-10-13 00:18:18 +02:00 committed by GitHub
parent 274e8afad2
commit 6199b4f036
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#tabbrowser-tabs .tabbrowser-tab:not([pinned]):is([visuallyselected]):not(:hover) .tab-close-button {
display: none !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

View file

@ -0,0 +1,3 @@
Show tab's close button only on hover, even on the active tab.
Zen browser always show the close button on the active tab by default, and this theme will disable that behavior and make close button on the active tab only visible on hover.

View file

@ -0,0 +1 @@
{"id": "4596d8f9-f0b7-4aeb-aa92-851222dc1888", "name": "Only Close On Hover", "description": "Show tab's close button only on hover, even on the active tab.", "homepage": "", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/image.png", "author": "p-sw", "version": "1.0.0"}