@internetarchive/bookreader 5.0.0-77 → 5.0.0-78-alpha23

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.
@@ -52,7 +52,6 @@
52
52
  }
53
53
 
54
54
  button {
55
- outline: none;
56
55
  cursor: pointer;
57
56
  }
58
57
 
@@ -65,7 +64,6 @@
65
64
  display: inline-block;
66
65
  }
67
66
  header button {
68
- outline: none;
69
67
  cursor: pointer;
70
68
  }
71
69
 
@@ -183,10 +181,6 @@
183
181
  border-radius: 0;
184
182
  }
185
183
 
186
- .menu-item:focus {
187
- outline: none;
188
- }
189
-
190
184
  .label {
191
185
  display: var(--menuButtonLabelDisplay, none);
192
186
  padding: 0;
@@ -391,7 +385,6 @@
391
385
  color: var(--primaryTextColor, #fff);
392
386
  background-color: rgb(25, 72, 128);
393
387
  min-height: 35px;
394
- outline: none;
395
388
  cursor: pointer;
396
389
  line-height: normal;
397
390
  border-radius: 0.4rem;
@@ -540,11 +533,6 @@
540
533
  border: 0;
541
534
  }
542
535
 
543
- button:focus,
544
- button:active {
545
- outline: none;
546
- }
547
-
548
536
  .menu-and-reader {
549
537
  position: relative;
550
538
  display: flex;
@@ -1113,7 +1101,6 @@
1113
1101
 
1114
1102
  li {
1115
1103
  cursor: pointer;
1116
- outline: none;
1117
1104
  position: relative;
1118
1105
  }
1119
1106