From ba2679c9d7d056bcb612077a96a142771038143a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 12 Jul 2021 07:57:37 +0200 Subject: [PATCH] ui: datastore content: style edit notes pencil like action-col icon as those have a hover effect and use dark-grey vs. the quite "harsh" looking plain black. We need to override the margin though, as else the floated layout adds another line. Signed-off-by: Thomas Lamprecht --- www/datastore/Content.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/datastore/Content.js b/www/datastore/Content.js index e0df4b30..ac8ae1cc 100644 --- a/www/datastore/Content.js +++ b/www/datastore/Content.js @@ -626,10 +626,10 @@ Ext.define('PBS.DataStoreContent', { v = ''; } v = Ext.String.htmlEncode(v); - let icon = 'fa fa-fw fa-pencil pointer'; + let icon = 'x-action-col-icon fa fa-fw fa-pencil pointer'; return `${v} - `; + `; }, listeners: { afterrender: function(component) {