mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-27 01:39:53 +01:00
feat: add color property to taskbar
allows matching category icon when changing categories in composer
This commit is contained in:
@@ -185,6 +185,9 @@ define('taskbar', ['benchpress', 'translator', 'hooks'], function (Benchpress, t
|
||||
case 'background-color':
|
||||
element.find('a').css('background-color', value);
|
||||
break;
|
||||
case 'color':
|
||||
element.find('a').css('color', value);
|
||||
break;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user