mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user