Skip to content

Commit 1b36227

Browse files
5.0.0-83 (#1356)
Co-authored-by: Rebecca Shoptaw <[email protected]>
1 parent 6ff6cc8 commit 1b36227

24 files changed

+68
-56
lines changed

BookReader/BookReader.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,10 +698,10 @@ i.BRicon {
698698
}
699699

700700
.BRicon.read {
701+
transition-property: background-color, border, background-position;
701702
width: 34px;
702703
height: 34px;
703704
background-position: -203px center;
704-
transition-property: background-color, border, background-position;
705705
}
706706
@media (max-width: 800px) {
707707
.BRicon.read {
@@ -712,10 +712,10 @@ i.BRicon {
712712
}
713713

714714
.BRicon.unread {
715+
transition-property: background-color, border, background-position;
715716
width: 34px;
716717
height: 34px;
717718
background-position: -283px center;
718-
transition-property: background-color, border, background-position;
719719
}
720720
@media (max-width: 800px) {
721721
.BRicon.unread {

BookReader/BookReader.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BookReader/BookReader.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BookReader/ia-bookreader-bundle.js

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BookReader/ia-bookreader-bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BookReader/plugins/plugin.archive_analytics.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)