Merge pull request #28034 from frappe/attachment-style

fix: alignment and icon color for attachments
This commit is contained in:
Sumit Bhanushali 2024-10-08 17:30:10 +05:30 committed by GitHub
commit dbebd81ef5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -328,7 +328,7 @@ frappe.get_data_pill = (
if (remove_action) {
let remove_btn = $(`
<span class="remove-btn cursor-pointer">
${frappe.utils.icon("close", "sm")}
${frappe.utils.icon("close", "sm", "es-icon")}
</span>
`);
if (typeof remove_action === "function") {

View file

@ -635,7 +635,6 @@ body {
@include get_textstyle("sm", "regular");
justify-content: space-between;
box-shadow: none;
line-height: 1;
}
}
.attachment-row {
@ -648,6 +647,7 @@ body {
width: 94px;
display: block;
margin-left: var(--margin-xs);
text-align: left;
}
}
}