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

Left border of grouped buttons missing #18

Open
rcastill opened this issue Aug 20, 2020 · 5 comments · May be fixed by #22
Open

Left border of grouped buttons missing #18

rcastill opened this issue Aug 20, 2020 · 5 comments · May be fixed by #22

Comments

@rcastill
Copy link

Here is an example of 2 buttons grouped together. The left one is missing its side border (as opposed to the single button):

image

I found the same in selects:
image

Best theme BTW

@ptrxyz
Copy link

ptrxyz commented Oct 7, 2020

Can confirm, found the same issue. Compiled this for GTK3.24.

@ptrxyz
Copy link

ptrxyz commented Oct 12, 2020

Add this to the end of .themes/Lounge-night/gtk.css (and the other versions if it is relevant to you) as a workaround:

.linked > button:not(entry):first-child {
    border-left-color: rgb(37, 37, 37);
}

@pztrn
Copy link

pztrn commented Nov 5, 2020

This workaround isn't conform to other border's color. Use this instead:

.linked > button:not(entry):first-child {
    border-left-color: rgba(32, 32, 32, 0.3);
}

@5r-kocm
Copy link

5r-kocm commented Dec 3, 2020

This occurs when using a new sassc.
When building this theme with version 3.6.1-2 (ubuntu 20.04.1), i got:

Снимок экрана_2020-12-03_11-53-15

No left borders and no rounded corners.

There are many errors in the console, like that:

WARNING on line 169, column 25 of ../build/gtk3-common.scss:
Compound selectors may no longer be extended.
Consider @extend %selected_items, :disabled instead.

I tried to build it with version 3.4.5-1 (ubuntu bionic) and everything became fine.
Correct one:

Снимок экрана_2020-12-03_12-12-51

So, above fixes do not completely solve the problem.

@johnfactotum
Copy link

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

Successfully merging a pull request may close this issue.

5 participants