Skip to content

Commit 8706543

Browse files
author
robflop
committed
Load minified index js & rm button focus outline
1 parent a4516d3 commit 8706543

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ <h2>Be sure to also visit the following Links:</h2>
127127

128128
<script src="https://cdn.jsdelivr.net/npm/howler@2.1.1/dist/howler.min.js"></script>
129129
<script src="/js/extras.min.js"></script>
130-
<script src="/js/index.js"></script>
130+
<script src="/js/index.min.js"></script>
131131
</body>
132132
</html>

src/resources/css/style_template.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ button:focus, .playall:focus {
3131
outline: 0;
3232
}
3333

34+
button::-moz-focus-inner, .playall::-moz-focus-inner {
35+
border: 0;
36+
}
37+
3438
button:hover, .playall:hover {
3539
background-color: #d50000;
3640
transform: translate3d(0, -3px, 0);

0 commit comments

Comments
 (0)