mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
Add theme: Only Close On Hover (#542)
Co-authored-by: p-sw <p-sw@users.noreply.github.com>
This commit is contained in:
parent
274e8afad2
commit
6199b4f036
4 changed files with 8 additions and 0 deletions
4
themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/chrome.css
Normal file
4
themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/chrome.css
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
#tabbrowser-tabs .tabbrowser-tab:not([pinned]):is([visuallyselected]):not(:hover) .tab-close-button {
|
||||||
|
display: none !important;
|
||||||
|
}
|
BIN
themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/image.png
Normal file
BIN
themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
3
themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/readme.md
Normal file
3
themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/readme.md
Normal 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.
|
1
themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/theme.json
Normal file
1
themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/theme.json
Normal 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"}
|
Loading…
Add table
Add a link
Reference in a new issue