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

[Fixed] "close button overlay" offset #897

Open
Acumane opened this issue Jan 11, 2025 · 0 comments
Open

[Fixed] "close button overlay" offset #897

Acumane opened this issue Jan 11, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@Acumane
Copy link

Acumane commented Jan 11, 2025

The linear gradient behind the tab close button is offset. Repro'ed in at least 134.0 and 133.1

image

Fixed @ tabsbar.css:276:

/* Close button overlay */
&:not([pinned])::before {
	background: linear-gradient(to left, var(--gnome-tabbar-tab-close-overlay-bg) 50%, transparent);
	border-radius: 0 6px 6px 0;
	content: "";
	height: 100%;
	opacity: 0;
	position: absolute;
	right: 0px;
	transition: background 0.4s linear;
	width: 55px;
	z-index: 99;
}
@Acumane Acumane added the bug Something isn't working label Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant