Skip to content

Commit 6761a17

Browse files
committed
put the comment in the right place
1 parent ab9779a commit 6761a17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tbx/static_src/sass/components/_icon.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
&--listing-arrow {
2828
@include arrow-link-icon-styles();
29-
margin-left: $spacer-mini-plus; // without this the arrows that are only on one line overlap the focus ring
29+
margin-left: $spacer-mini-plus;
3030
}
3131

3232
.template-404-page & {

tbx/static_src/sass/components/_listing.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
&:focus {
2020
@include focus-style();
21-
padding-right: $link-transition-gap;
21+
padding-right: $link-transition-gap; // without this the arrows that are only on one line overlap the focus ring
2222

2323
#{$root}__arrow {
2424
@include arrow-focus-style();

0 commit comments

Comments
 (0)