[ADF-1416] image viewer enhancements (#2895)

* image viewer enhancements

* code improvements

* fix scrolling of the zommed in content

* remove flip for now as it needs much efforts

* unit tests, thumbnail selector enhancements
This commit is contained in:
Denys Vuika
2018-01-30 16:30:41 +00:00
committed by Eugenio Romano
parent a51d522807
commit 8a4959d172
8 changed files with 325 additions and 28 deletions

View File

@@ -53,18 +53,6 @@
outline-color: gray;
}
}
&-page-scale {
cursor: default;
width: 79px;
height: 24px;
font-size: 14px;
border: 1px solid mat-color($foreground, text, 0.07);
text-align: center;
line-height: 24px;
margin-left: 4px;
margin-right: 4px;
}
}
}
}