mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
commit
fff8e37bc7
3 changed files with 3 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
#review-panel
|
||||
#review-panel(style=showRichText ? "top: 32px" : "")
|
||||
.rp-in-editor-widgets
|
||||
a.rp-track-changes-indicator(
|
||||
href
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -793,12 +793,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.toolbar-editor {
|
||||
.rp-size-expanded & {
|
||||
margin-right: @review-panel-width;
|
||||
}
|
||||
}
|
||||
|
||||
.rp-toggle {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
|
|
Loading…
Reference in a new issue