We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9779a commit 6761a17Copy full SHA for 6761a17
tbx/static_src/sass/components/_icon.scss
@@ -26,7 +26,7 @@
26
27
&--listing-arrow {
28
@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
+ margin-left: $spacer-mini-plus;
30
}
31
32
.template-404-page & {
tbx/static_src/sass/components/_listing.scss
@@ -18,7 +18,7 @@
18
19
&:focus {
20
@include focus-style();
21
- padding-right: $link-transition-gap;
+ padding-right: $link-transition-gap; // without this the arrows that are only on one line overlap the focus ring
22
23
#{$root}__arrow {
24
@include arrow-focus-style();
0 commit comments