UX: Hide non-functional revision history button (#127)
This button doesn't work in the docs topic view. The docs plugin has deliberately disabled other forms of interactivity on posts (e.g. reply/edit/quote), so it makes sense to hide this as well.
This commit is contained in:
parent
002dd91a05
commit
8b851ab3d4
|
@ -205,6 +205,10 @@
|
||||||
#share-link .reply-as-new-topic {
|
#share-link .reply-as-new-topic {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-info.edits {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue