Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab closing button #32

Open
amzon-ex opened this issue Oct 3, 2020 · 5 comments
Open

Tab closing button #32

amzon-ex opened this issue Oct 3, 2020 · 5 comments

Comments

@amzon-ex
Copy link

amzon-ex commented Oct 3, 2020

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
Copy link

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

@amzon-ex
Copy link
Author

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

@migueravila
Copy link

@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
Copy link

@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
Copy link
Owner

mut-ex commented Oct 16, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants