mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°931 TagSet in history : display "added" in bold and "removed" as striked
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user