Reposition the track-changes indicator element to avoid issues with IE positioning.

This commit is contained in:
Paulo Reis
2017-01-19 12:12:34 +00:00
parent 3b9a599276
commit 76ea469970
3 changed files with 9 additions and 9 deletions

View File

@@ -59,15 +59,6 @@ div.full-size(
renderer-data="reviewPanel.rendererData"
)
a.rp-track-changes-indicator(
href
ng-if="editor.wantTrackChanges"
ng-click="toggleReviewPanel();"
ng-class="{ 'rp-track-changes-indicator-on-dark' : darkTheme }"
) Track changes is
strong on
include ./review-panel
.ui-layout-east

View File

@@ -1,4 +1,12 @@
#review-panel
a.rp-track-changes-indicator(
href
ng-if="editor.wantTrackChanges"
ng-click="toggleReviewPanel();"
ng-class="{ 'rp-track-changes-indicator-on-dark' : darkTheme }"
) Track changes is
strong on
.review-panel-toolbar
resolved-comments-dropdown(
class="rp-flex-block"

View File

@@ -841,6 +841,7 @@
border-bottom-left-radius: 3px;
font-size: 10px;
z-index: 2;
white-space: nowrap;
&.rp-track-changes-indicator-on-dark {
background-color: rgba(88, 88, 88, .8);