minimal-functional-fox icon indicating copy to clipboard operation
minimal-functional-fox copied to clipboard

Tab closing button

Open amzon-ex opened this issue 5 years ago • 5 comments

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.

amzon-ex avatar Oct 03 '20 17:10 amzon-ex

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

migueravila avatar Oct 13 '20 14:10 migueravila

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

amzon-ex avatar Oct 16 '20 04:10 amzon-ex

@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 avatar Oct 16 '20 12:10 migueravila

@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!

migueravila avatar Oct 16 '20 17:10 migueravila

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.

mut-ex avatar Oct 16 '20 18:10 mut-ex