Skip to content

Commit

Permalink
Merge pull request #532 from BychekRU/bug-1329003
Browse files Browse the repository at this point in the history
Bug 1329003: improve diff experience
  • Loading branch information
mathjazz committed Jan 23, 2017
2 parents b3b54b4 + 7f284b0 commit b95fcdc
Show file tree
Hide file tree
Showing 5 changed files with 1,674 additions and 157 deletions.
6 changes: 3 additions & 3 deletions pontoon/base/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ body > .container {
text-align: left;
}

#helpers > section ul li > p.translation-raw {
#helpers > section ul li > p.translation {
display: none;
}

Expand All @@ -1195,12 +1195,12 @@ body > .container {

#helpers > section ul li > p ins {
background: #4B6259;
color: #7BC876;
color: #9CD699;
}

#helpers > section ul li > p del {
background: #674B54;
color: #FE7777;
color: #FE8F8F;
}

#helpers > section ul li > p ins mark,
Expand Down
8 changes: 8 additions & 0 deletions pontoon/base/static/css/translate.css
Original file line number Diff line number Diff line change
Expand Up @@ -1708,6 +1708,14 @@ p#sign-in-required > a#sidebar-signin {
float: left;
}

#helpers > section ul li > header .toggle-diff {
margin-right: 6px;
}

#helpers > section ul li > header .toggle-diff.active {
color: #7BC876;
}

#helpers > section ul li > header .toolbar {
float: right;
}
Expand Down
Loading

0 comments on commit b95fcdc

Please sign in to comment.