We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3ade8 commit ef7748fCopy full SHA for ef7748f
includes/scroll-button.html
@@ -1,3 +1,3 @@
1
-<button href="" class="arrow-for-scrolling-top" id="js-scroll-top">
+<button class="arrow-for-scrolling-top" id="js-scroll-top">
2
{% octicon "chevron-up" %}
3
</button>
stylesheets/scroll-button.scss
@@ -15,15 +15,4 @@ button.arrow-for-scrolling-top {
15
border: none;
16
transition: 1s;
17
}
18
- span.arrow {
19
- width: 10px;
20
- display: inline-block;
21
- height: 10px;
22
- border-top: 1px solid #fff;
23
- border-left: 1px solid #fff;
24
- position: absolute;
25
- top: 56%;
26
- left: 50%;
27
- transform: translate(-50%, -50%) rotate(45deg);
28
- }
29
0 commit comments