Add theme: Only Reset On Hover

This commit is contained in:
TheCatRiX 2024-12-16 13:18:14 +00:00 committed by GitHub
parent b5b53819a2
commit 6b872d911d
4 changed files with 21 additions and 0 deletions

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

View file

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

View file

@ -0,0 +1,14 @@
{
"id": "ae051a40-3e3a-429a-a6f4-199a28b18a75",
"name": "Only Reset On Hover",
"description": "Show pinned tab's reset button only on hover, even on the active tab.",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/image.png",
"author": "TheCatRiX",
"version": "1.0.0",
"tags": [],
"createdAt": "2024-12-16",
"updatedAt": "2024-12-16"
}