Add review panel unsupported message

This commit is contained in:
Alasdair Smith 2018-07-11 12:11:31 +01:00
parent 9d81cf20f9
commit 00c089448e
2 changed files with 12 additions and 0 deletions

View file

@ -235,6 +235,9 @@
i.fa.fa-list
span.rp-nav-label #{translate("overview")}
.rp-unsupported-msg
p UNSUPPORTED
script(type='text/ng-template', id='changeEntryTemplate')
div

View file

@ -846,6 +846,15 @@
}
}
.rp-unsupported-msg {
display: none;
.rp-unsupported & {
display: flex;
flex-direction: column;
width: @review-panel-width;
}
}
.ace-editor-wrapper {
.track-changes-marker-callout {
border-radius: 0;