File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<h2 class =" mobile-fancy-header" class:normal class:center class:invert >
10
10
{#if anchor }
11
- <a href ="# {anchor }" id ={anchor } class =" anchor" ><span aria-hidden = " true " >Anchor</span ></a >
11
+ <a href ="# {anchor }" id ={anchor } class =" anchor" ><span >Anchor</span ></a >
12
12
{/if }
13
13
<slot />
14
14
{#if sub }<span >{sub }</span >{/if }
56
56
top : -160px ;
57
57
display : inline-block ;
58
58
}
59
+ .anchor > span {
60
+ display : none ;
61
+ }
59
62
</style >
Original file line number Diff line number Diff line change 56
56
57
57
<article class:loading class =" uk-card uk-card-default uk-card-small question-card" >
58
58
{#if anchor }
59
- <a href ="# {anchor }" id ={anchor } class =" anchor" ><span aria-hidden = " true " >Anchor</span ></a >
59
+ <a href ="# {anchor }" id ={anchor } class =" anchor" ><span >Anchor</span ></a >
60
60
{/if }
61
- <a href ="# {question .anchor }" id ={question .anchor } class =" anchor" ><span aria-hidden = " true " >Anchor</span ></a >
61
+ <a href ="# {question .anchor }" id ={question .anchor } class =" anchor" ><span >Anchor</span ></a >
62
62
<div class =" uk-card-header" >
63
63
<h3 class ="uk-card-title" >{question .category }</h3 >
64
64
<a href ={question .learnMoreLink } class =" uk-link-muted uk-text-small" title =" Learn More" >
161
161
display : inline-block ;
162
162
}
163
163
164
+ .anchor > span {
165
+ display : none ;
166
+ }
167
+
164
168
@media only screen and (max-width : 715px ) {
165
169
.question-question {
166
170
font-size : 1.15rem ;
You can’t perform that action at this time.
0 commit comments