Coder Social home page Coder Social logo

Comments (5)

5r-kocm avatar 5r-kocm commented on June 2, 2024 1

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.

from lounge-gtk-theme.

ptrxyz avatar ptrxyz commented on June 2, 2024

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

from lounge-gtk-theme.

ptrxyz avatar ptrxyz commented on June 2, 2024

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);
}

from lounge-gtk-theme.

pztrn avatar pztrn commented on June 2, 2024

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);
}

from lounge-gtk-theme.

johnfactotum avatar johnfactotum commented on June 2, 2024

This is indeed due to a breaking change in Sass. See https://gitlab.gnome.org/GNOME/gtk/-/issues/2237.

from lounge-gtk-theme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.