Skip to content

Commit

Permalink
fix(ZNTA-2327) isolated highlight styling to Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
kgough committed Jan 10, 2018
1 parent e7730cd commit 3f4fd56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/zanata-frontend/src/frontend/app/editor/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,3 @@
opacity: 1;
}

.highlight {
background-color: #ff6;
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ input, textarea, select, button {
font-size: 1rem;
}

.TransUnitItem .highlight {
background-color: #ff6;
}

.sidebar-editor .badge {
font-size: 0.875rem;
display: inline-block;
Expand Down

0 comments on commit 3f4fd56

Please sign in to comment.