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

possible to have a curve tab? #5

Closed
thyeun opened this issue Dec 7, 2017 · 2 comments
Closed

possible to have a curve tab? #5

thyeun opened this issue Dec 7, 2017 · 2 comments

Comments

@thyeun
Copy link

thyeun commented Dec 7, 2017

As show as below picture

selection_004

@ghost
Copy link

ghost commented Dec 9, 2017

Adwaita doesn't have curved tabs.

@lunakurame
Copy link
Owner

Yeah, I'm not gonna add this, because Adwaita doesn't have curved tabs, and I don't even know how to make it look like that. You can add curved corners at the top of the active tab like this:

.tab-background[selected=true] {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

But I don't know how to make those curves at the bottom and it probably wouldn't work with this theme anyway (because of space between tabs and border-bottom of the active tab).

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

No branches or pull requests

2 participants