Skip to content

Commit

Permalink
5.0.0-78
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrini committed Jan 5, 2024
1 parent a5eb2c1 commit dbec9d4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 23 deletions.
5 changes: 0 additions & 5 deletions BookReader/BookReader.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@
font-weight: 700;
color: #dedede;
}
.BookReader a, .BRfloat a {
outline: none;
}
.BookReader button, .BRfloat button {
cursor: pointer;
}
Expand Down Expand Up @@ -1068,7 +1065,6 @@ i.BRicon {
border: none;
border-radius: 2px;
background: transparent;
outline: none;
}
@media (hover: hover) {
.BRfooter button {
Expand Down Expand Up @@ -1636,7 +1632,6 @@ i.BRicon {
max-width: 160px;
height: 100%;
color: white;
outline: none;
border: none;
padding: 3px 0px 3px 10px;
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion BookReader/BookReader.js

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions BookReader/ia-bookreader-bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BookReader/ia-bookreader-bundle.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 5.0.0-78
- Fix: Add button outline to some of the controls @cdrini

# 5.0.0-77
- Fix: side panels - show downloads before visual adjustments @iisa

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@internetarchive/bookreader",
"version": "5.0.0-77",
"version": "5.0.0-78",
"description": "The Internet Archive BookReader.",
"repository": {
"type": "git",
Expand Down

0 comments on commit dbec9d4

Please sign in to comment.