-
-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Labels
new-themeSubmit a theme to be added to the theme librarySubmit a theme to be added to the theme library
Description
Name
Hide Close Button
Description
Hide the close button of pinned tabs.
Homepage
No response
Image
https://i.imgur.com/IJHLS6W.png
Type
- JSON Color Theme
Theme Styles
.tab-content[pinned] .tab-close-button {
display: none !important;
}
.tab-content:not([pinned]) .tab-close-button {
display: inline-flex !important;
}
Readme
This mod will hide the closing button of pinned tabs to prevent accidental closing. This feature will only affect pinned tabs; other tabs, such as essentials and regular tabs, will remain its default behavior. The closing tab will still be accessible through the right-click menu.
Preferences
Metadata
Metadata
Assignees
Labels
new-themeSubmit a theme to be added to the theme librarySubmit a theme to be added to the theme library