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

Dashed Border in Built In Windows and Pop!_OS Shop background for categories #83

Closed
rmansour opened this issue Jun 16, 2020 · 5 comments

Comments

@rmansour
Copy link

rmansour commented Jun 16, 2020

There are two "problems" I've found:

  1. There seems to be a system-wide dashed border (probably outline) in gnome applications (see screenshot: https://imgur.com/oKMCmt1).

  2. The thumbnails of the categories inside the Pop! Shop seems to have no background colors/images (see screenshot: https://imgur.com/GyjrNph)

@pawel-szopinski
Copy link

Also, what I noticed on the second picture is the small font of app names. The name should be bigger in comparison to the developer/company name, like in the default theme.

Screenshot from 2020-07-18 15-52-13

@lfom
Copy link

lfom commented Feb 16, 2021

  1. These dashed lines mean the content can be scrolled in that direction, it is a GTK feature (some themes hide it, what it not desirable IMHO)
  2. This is because Pop!_Shop uses non standard GTK color definitions but code from ElementaryOS. A workaround can be found here, maybe @EliverLara wants to implement this, just for completeness:
    App Center on Elementary OS and Pop Os Category Colors jnsh/arc-theme#83

@agnivade
Copy link

agnivade commented Jul 3, 2021

Re: the dashed lines, I understand that it's a GTK feature however as a user, the scrollbars are enough of an indicator to me that the content is scrollable.

Can you point me to the setting that is doing this? I disabled the outline-style: dashed; style but it is still showing.

@EliverLara
Copy link
Owner

@agnivade you can disable the dashed line just by setting the background-image property to none on line 581 of gtk-3.0/_drawing.scss file

@agnivade
Copy link

agnivade commented Jul 8, 2021

Ooh nice, thank you!

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

5 participants