File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,8 @@ body {
159
159
fill : # 6d7f97 ;
160
160
background-color : # ecf2f8 ;
161
161
padding : 0.4rem 0.8rem ;
162
- border-radius : 50% ; }
162
+ border-radius : 50% ;
163
+ cursor : pointer; }
163
164
@media (min-width : 768px ) {
164
165
.card__info-icon-share : hover {
165
166
fill : # ecf2f8 ;
Original file line number Diff line number Diff line change @@ -89,13 +89,12 @@ <h1 class="card__heading">
89
89
</ a >
90
90
</ div >
91
91
92
- < a
92
+ < span
93
93
href ="# "
94
94
class ="
95
95
card__info-icon card__info-icon-share--active
96
96
js-share-icon
97
97
"
98
- aria-label ="SVG icon "
99
98
>
100
99
< svg
101
100
xmlns ="http://www.w3.org/2000/svg "
@@ -106,20 +105,19 @@ <h1 class="card__heading">
106
105
d ="M15 6.495L8.766.014V3.88H7.441C3.33 3.88 0 7.039 0 10.936v2.049l.589-.612C2.59 10.294 5.422 9.11 8.39 9.11h.375v3.867L15 6.495z "
107
106
/>
108
107
</ svg >
109
- </ a >
108
+ </ span >
110
109
</ div >
111
110
112
- < a
111
+ < span
113
112
href ="# "
114
113
class ="card__info-icon card__info-icon-share js-share-icon "
115
- aria-label ="SVG icon "
116
114
>
117
115
< svg xmlns ="http://www.w3.org/2000/svg " width ="15 " height ="13 ">
118
116
< path
119
117
d ="M15 6.495L8.766.014V3.88H7.441C3.33 3.88 0 7.039 0 10.936v2.049l.589-.612C2.59 10.294 5.422 9.11 8.39 9.11h.375v3.867L15 6.495z "
120
118
/>
121
119
</ svg >
122
- </ a >
120
+ </ span >
123
121
</ div >
124
122
</ div >
125
123
</ figure >
Original file line number Diff line number Diff line change 168
168
background-color : $color-secondary ;
169
169
padding : 0.4rem 0.8rem ;
170
170
border-radius : 50% ;
171
+ cursor : pointer ;
171
172
172
173
@media (min-width : 768px ) {
173
174
& :hover {
You can’t perform that action at this time.
0 commit comments