Skip to content

When a post is both "watched" and "deleted", the background color styling for deleted should take precendence #957

Open
@johnmwright

Description

@johnmwright

When a post is both "watched" and "deleted", the watched styling takes precedence instead of the deleted styling. In my opinion, it should be the other way around (the fact it's deleted is more important than the fact it's watched).

Specifically, a post that has .s-post-summary__deleted and .s-post-summary__watched will have it's background color set to the watched value.

Here is a screenshot showing four posts:

  • a deleted post with red background
  • a watched & delete post with the yellow background (this is the one I think should be red)
  • a watched post with yellow background
  • a normal post with neither watched or deleted

image

Note that the style appears to come from primary.css instead of stacks.css:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugA reproducible problem with the Stacks code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions