tasks icon indicating copy to clipboard operation
tasks copied to clipboard

Fixes for ListView Design

Open marbetschar opened this issue 5 years ago • 2 comments

This PR fixes some styling issues which arised on Odin. What I also like to fix is the background color of the list content - but I did not figure out how to do it (see black arrow in 2nd screenshot).

Before

Screenshot from 2020-10-05 19-25-09

After

Screenshot from 2020-10-05 20-03-03

marbetschar avatar Oct 05 '20 18:10 marbetschar

I think these are probably bugs in Greenfield that should be addressed there.

At least the background thing is fixed by https://github.com/elementary/stylesheet/pull/844

danirabbit avatar Oct 05 '20 23:10 danirabbit

You were right - the background style is indeed an issue in Greenfield and your change at https://github.com/elementary/stylesheet/pull/844 does fix it. For the flat entry further adjustments are needed as proposed in this PR (see screenshots):

Before

Screenshot from 2020-10-06 08-32-01

After

Screenshot from 2020-10-06 08-35-36

marbetschar avatar Oct 06 '20 06:10 marbetschar