Merge pull request #28034 from frappe/attachment-style
fix: alignment and icon color for attachments
This commit is contained in:
commit
dbebd81ef5
2 changed files with 2 additions and 2 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue