mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 16:36:00 +00:00
column manager select ux improved
This commit is contained in:
@@ -27,7 +27,7 @@ export function FontIcon({ icon, ...props }) {
|
||||
let className = props.className || '';
|
||||
|
||||
// if (_.startsWith(name, 'bs-')) className += ` glyphicon glyphicon-${name.substr(3)}`;
|
||||
if (type == 'fas' || type == 'far') className += `${type} ${name}`;
|
||||
if (type == 'fas' || type == 'far') className += ` ${type} ${name}`;
|
||||
|
||||
if (_.includes(parts, 'spin')) className += ' fa-spin';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user