Add border to top of add-user-note button (#39)
This commit is contained in:
parent
36f8929634
commit
737f3fdb0c
|
@ -90,6 +90,7 @@ export default {
|
|||
label: "user_notes.attach",
|
||||
action: "showUserNotes",
|
||||
secondaryAction: "closeAdminMenu",
|
||||
className: "add-user-note",
|
||||
})
|
||||
);
|
||||
});
|
||||
|
|
|
@ -82,3 +82,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.add-user-note {
|
||||
border-top: 1px solid rgba(var(--primary-low-rgb), 0.5);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue