N°931 TagSet in history : display "added" in bold and "removed" as striked

This commit is contained in:
Pierre Goiffon
2018-09-27 18:19:19 +02:00
parent 5556e3efec
commit 96aaa0d8e1
2 changed files with 14 additions and 2 deletions

View File

@@ -3324,6 +3324,18 @@ table.listResults .originColor{
margin-right: 0;
}
}
&.history-added {
.attribute-set-item {
font-weight: bold;
}
}
&.history-removed {
.attribute-set-item {
text-decoration: line-through;
font-style: italic;
}
}
}
}
// - Edit is always styled like the selectize items, see below.