Skip to content

[create-theme]: Hide Close Button #1675

@Iam-Phasma

Description

@Iam-Phasma

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

No one assigned

    Labels

    new-themeSubmit a theme to be added to the theme library

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions