linuxmint / mint-y-theme

This is an old repository, please check https://github.com/linuxmint/mint-themes instead.
69 stars 33 forks source link

Dashed lines visible in file lists #14

Closed Redsandro closed 8 years ago

Redsandro commented 8 years ago

I'm not sure if this is on purpose or a bug. It looks odd to me so I'm opening an issue, but if not, please close this issue.

image

The dashed line is one pixel above and below the ending of the list:

image

OTOH, the ctrl+cursor non-selection is visible again with a dashed line and I missed that a lot in Mint-X, so big thumbs up for that! :+1:

JosephMcc commented 8 years ago

The dashed line is by design in Gtk3.18. It's meant to work in conjunction with the new overlay scrollbars as an indicator that there is more content when the scrollbars aren't visible. Not sure what desktop you use but in Cinnamon at least you can disable the overlay scrollbars in the settings. That doesn't however get rid of the dashed lines.

If you really want to hide them you can add a gtk.css file in ~/.config/gtk-3.0/ and add the following line: .undershoot.top, .undershoot.right, .undershoot.bottom, .undershoot.left { background-image: none; }

They could possibly be themed a bit differently but from what I've seen the dashed lines are pretty much the standard that themes are using.

Redsandro commented 8 years ago

@JosephMcc ah, now that I understand what it is for, it makes sense. Thank you for clarifying. I'm using Cinnamon. I will probably disable the overlays and dashes until I upgrade to a laptop with touch screen.

They could possibly be themed a bit differently but from what I've seen the dashed lines are pretty much the standard that themes are using.

Moved thoughts to #13.