Merge remote-tracking branch 'origin/update-icons' into update-icons

This commit is contained in:
daria 2025-08-28 10:49:14 +03:00
commit bfa100cf06
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701
2 changed files with 4 additions and 4 deletions

View File

@ -436,9 +436,9 @@
background: transparent;
}
svg {
height: 1em;
width: 1em;
margin-right: 0.5rem;
height: 1.125em;
width: 1.125em;
margin-right: 0.5em;
}
}

View File

@ -1049,7 +1049,7 @@ define([
title: data.tippy || ''
//title: data.title || '',
}, [
Icons.get('drive'),
Icons.get(icon),
h('span.cp-toolbar-name'+drawerCls, data.text)
]));
var feedbackHandler = common.prepareFeedback(data.name || 'DEFAULT');