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
|
{{attach
|
||||||
widget="button"
|
widget="button"
|
||||||
attrs=(hash
|
attrs=(hash
|
||||||
className="btn-small"
|
className="btn-small edit-post-event"
|
||||||
icon="pencil-alt"
|
icon="pencil-alt"
|
||||||
action="editPostEvent"
|
action="editPostEvent"
|
||||||
actionParam=state.eventModel.id
|
actionParam=state.eventModel.id
|
||||||
|
|
|
@ -47,6 +47,14 @@
|
||||||
.actions {
|
.actions {
|
||||||
margin-bottom: auto;
|
margin-bottom: auto;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|
||||||
|
.edit-post-event {
|
||||||
|
background: none;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: $primary-medium;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue