Skip to content

Commit

Permalink
32951 better icon for 'Add link' button
Browse files Browse the repository at this point in the history
  • Loading branch information
derjoachim committed Aug 19, 2024
1 parent f8bd787 commit 58ddddd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 22 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- Core: Attachments Custom field now shows files grid when configured as pictures
- Tasks / support: accent class for grouping separator
- Business: allow users with mayManageEmployees to create or destroy agreements
- Core: more helpful / less generic "Add link" button icon

13-08-2024: 6.8.64
- Core: PHP 8.2 compatibility fix
Expand Down
2 changes: 1 addition & 1 deletion www/go/core/views/extjs3/detail/AddButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

go.detail.addButton = Ext.extend(Ext.Button, {
tooltip: t('Add'),
iconCls: 'ic-add',
iconCls: 'ic-add-link',
menu: [],
detailView: null,
documentTemplates: true,
Expand Down
2 changes: 0 additions & 2 deletions www/modules/email/AddressContextMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ GO.email.AddressContextMenu = function(config)
}
config['shadow']='frame';
config['minWidth']=180;



this.composeButton = new Ext.menu.Item({
iconCls: 'btn-compose',
Expand Down
20 changes: 1 addition & 19 deletions www/views/Extjs3/themes/Paper/src/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,6 @@ i.icon {
@extend %icon;
}
}
// in dropdown menus
/*.x-btn-text-icon, a.x-menu-item {
//img { display:none;}
> span:before {
@extend %icon;
padding-right: dp(8);
position:absolute;
left: dp(24);
top: dp(4);
}
}*/


.x-tree-node-icon:before { // default icons
.x-tree-node-expanded & {content: 'folder_open'}
Expand Down Expand Up @@ -138,13 +126,6 @@ i {
}
}

/*
define icons with:
.entity.Note::before {
content: "description"
}
*/

.x-tool::before, .ux-row-action-item {
@extend %icon;
Expand Down Expand Up @@ -372,6 +353,7 @@ $material-icons : (
add_box,
add_circle,
add_circle_outline,
add_link,
add_location,
add_shopping_cart,
add_to_photos,
Expand Down

0 comments on commit 58ddddd

Please sign in to comment.