Display 'Merge Conflict' in changes tables in standard black font
Users find the bold red font too distracting. Bug: issue 2299 Change-Id: Ia6a114c864930d03a1bd9c1234607b0a90b9d8c4 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
@@ -215,7 +215,6 @@ public class ChangeTable2 extends NavigationTable<ChangeInfo> {
|
||||
table.setText(row, C_STATUS, Util.toLongString(status));
|
||||
} else if (!c.mergeable() && useNewFeatures) {
|
||||
table.setText(row, C_STATUS, Util.C.changeTableNotMergeable());
|
||||
table.getCellFormatter().addStyleName(row, C_STATUS, Gerrit.RESOURCES.css().notMergeable());
|
||||
}
|
||||
|
||||
if (c.owner() != null) {
|
||||
|
||||
Reference in New Issue
Block a user