Skip to content

✨ Feat: Colors for contents having status other than Opened #6836

@piRGoif

Description

@piRGoif

Feature description

To ease status identification in the Space Contents view, have a distinctive text color and background color to contents having status different than Opened

How it works

Sample :

Image

With the following CSS classes :

.contentItemDeprecated * {
  color: #9e9e9e !important;
  background-color: #f5f5f5;
  font-style: italic;
}

.contentItemValidated * {
  color: #27c164 !important;
  background-color: #e6f8ed;  
}

.contentItemCancelled * {
  color: #e93147 !important;
  background-color: #fdeaec;  
  font-style: italic;
}

Related PR

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureThis issue describes a new featureto sortneed first level analyse and release association

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions