@internetarchive/bookreader 5.0.0-77 → 5.0.0-79-alpha1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BookReader/BookReader.css +0 -5
- package/BookReader/BookReader.js +1 -1
- package/BookReader/ia-bookreader-bundle.js +0 -13
- package/BookReader/ia-bookreader-bundle.js.map +1 -1
- package/CHANGELOG.md +3 -0
- package/package.json +3 -3
- package/src/css/_BRmain.scss +0 -3
- package/src/css/_BRnav.scss +1 -1
- package/src/css/_BRsearch.scss +0 -1
@@ -106,9 +106,6 @@
|
|
106
106
|
font-weight: 700;
|
107
107
|
color: #dedede;
|
108
108
|
}
|
109
|
-
.BookReader a, .BRfloat a {
|
110
|
-
outline: none;
|
111
|
-
}
|
112
109
|
.BookReader button, .BRfloat button {
|
113
110
|
cursor: pointer;
|
114
111
|
}
|
@@ -1068,7 +1065,6 @@ i.BRicon {
|
|
1068
1065
|
border: none;
|
1069
1066
|
border-radius: 2px;
|
1070
1067
|
background: transparent;
|
1071
|
-
outline: none;
|
1072
1068
|
}
|
1073
1069
|
@media (hover: hover) {
|
1074
1070
|
.BRfooter button {
|
@@ -1636,7 +1632,6 @@ i.BRicon {
|
|
1636
1632
|
max-width: 160px;
|
1637
1633
|
height: 100%;
|
1638
1634
|
color: white;
|
1639
|
-
outline: none;
|
1640
1635
|
border: none;
|
1641
1636
|
padding: 3px 0px 3px 10px;
|
1642
1637
|
margin: 0;
|