Merge pull request #772 from sharelatex/as-fix-review-panel-style

Fix rich text toolbar throwing off track changes underlines
This commit is contained in:
Alasdair Smith 2018-07-18 08:43:11 +01:00 committed by GitHub
commit fff8e37bc7
3 changed files with 3 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#review-panel
#review-panel(style=showRichText ? "top: 32px" : "")
.rp-in-editor-widgets
a.rp-track-changes-indicator(
href

View file

@ -93,6 +93,8 @@
height: @editor-toolbar-height;
background-color: @editor-toolbar-bg;
overflow: hidden;
position: relative;
z-index: 10; // Prevent track changes showing over toolbar
}
.loading-screen {

View file

@ -793,12 +793,6 @@
}
}
.toolbar-editor {
.rp-size-expanded & {
margin-right: @review-panel-width;
}
}
.rp-toggle {
display: inline-block;
vertical-align: middle;