mut-ex / minimal-functional-fox

A minimal, yet functional Firefox userChrome configuration.
MIT License
722 stars 66 forks source link

Tab closing button #32

Open amzon-ex opened 4 years ago

amzon-ex commented 4 years ago

It would be handy to have a button to close a tab. Right now I don't see one and find it weird to right click on a tab to close it via a menu.

migueravila commented 4 years ago

You can use the shortcut Ctrl + W or use the mid button in your mouse over a tab

amzon-ex commented 4 years ago

Thanks for the info! Very useful. By the way, is the absence of the button an intended design decision?

migueravila commented 4 years ago

@amzon-ex You're welcome! And I'm not the author of the Repo, but it can be a design decision, I made the same with my FirefoxCSS project

migueravila commented 4 years ago

@amzon-ex Hey! I've just checked the code of the project and you can remove this line:

.tab-close-button {
 display: none !important;
}

If you remove that the close button should show again!

mut-ex commented 4 years ago

Hi, since this is a theme any element styled specifically in the CSS file is intentional. I removed the close button because there is both a keyboard shortcut and mouse shortcut to close a top. So I found it unnecessary.