UX: mages edit post event standout less
This commit is contained in:
parent
37bbc4b5d6
commit
f5390d8cef
|
@ -152,7 +152,7 @@ export default createWidget("discourse-post-event", {
|
|||
{{attach
|
||||
widget="button"
|
||||
attrs=(hash
|
||||
className="btn-small"
|
||||
className="btn-small edit-post-event"
|
||||
icon="pencil-alt"
|
||||
action="editPostEvent"
|
||||
actionParam=state.eventModel.id
|
||||
|
|
|
@ -47,6 +47,14 @@
|
|||
.actions {
|
||||
margin-bottom: auto;
|
||||
margin-left: auto;
|
||||
|
||||
.edit-post-event {
|
||||
background: none;
|
||||
|
||||
&:hover {
|
||||
background: $primary-medium;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue