Skip to content

Commit 7c6124c

Browse files
authored
Merge pull request #620 from elit-altum/fix-showcase-image-hovers
Fix showcase image hovers
2 parents 9b95706 + e1b0406 commit 7c6124c

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

src/assets/css/main.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,16 @@ img.gallery-img {
12411241
content: " →";
12421242
}
12431243

1244+
#showcase-page .showcase-featured .no-arrow-link::after {
1245+
content: " ";
1246+
}
1247+
1248+
#showcase-page .showcase-featured .no-arrow-link:hover {
1249+
text-decoration: none;
1250+
padding: none;
1251+
border: none;
1252+
}
1253+
12441254
.project-info {
12451255
margin-top: 1em;
12461256
}

src/templates/pages/showcase/index.hbs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ slug: showcase/
2525
<div>
2626
<h3 class="title"><a href="./featuring/roni-cantor.html">{{#i18n "project-roni"}}{{/i18n}}</a></h3>
2727
<p class="credit">{{#i18n "credit-roni"}}{{/i18n}}</p>
28-
<a href="./featuring/roni-cantor.html">
28+
<a href="./featuring/roni-cantor.html" class="no-arrow-link">
2929
<img src="{{assets}}/img/showcase/roni-cantor/roni-cantor_plotter-white.jpg"
3030
alt="A drawing of a sine wave lerp plotted on black paper using an AxiDraw V3 and a white gel pen.">
3131
</a>
@@ -39,7 +39,7 @@ slug: showcase/
3939
<div>
4040
<h3 class="title"><a href="./featuring/daein-chung.html">{{#i18n "project-daein"}}{{/i18n}}</a></h3>
4141
<p class="credit">{{#i18n "credit-daein"}}{{/i18n}}</p>
42-
<a href="./featuring/daein-chung.html">
42+
<a href="./featuring/daein-chung.html" class="no-arrow-link">
4343
<img src="{{assets}}/img/showcase/daein-chung/daein-chung_chillin.png"
4444
alt="A screenshot of a poster with red and yellow circles of letters from the word chillin against a blue tile background that changes perspective on a mobile device.
4545
At the top, there is a text input box to enter a message and download your own poster">
@@ -53,7 +53,7 @@ slug: showcase/
5353
<div>
5454
<h3 class="title"><a href="./featuring/casey-louise.html">{{#i18n "project-casey-louise"}}{{/i18n}}</a></h3>
5555
<p class="credit">{{#i18n "credit-casey-louise"}}{{/i18n}}</p>
56-
<a href="./featuring/casey-louise.html">
56+
<a href="./featuring/casey-louise.html" class="no-arrow-link">
5757
<img src="{{assets}}/img/showcase/casey-louise/casey-louise_p5js-shaders.png"
5858
alt="A screenshot of the Introduction page of the p5.js Shaders guide website">
5959
</a>
@@ -69,7 +69,7 @@ slug: showcase/
6969
<div>
7070
<h3 class="title"><a href="./featuring/phuong-ngo.html">{{#i18n "project-phuong"}}{{/i18n}}</a></h3>
7171
<p class="credit">{{#i18n "credit-phuong"}}{{/i18n}}</p>
72-
<a href="./featuring/phuong-ngo.html">
72+
<a href="./featuring/phuong-ngo.html" class="no-arrow-link">
7373
<img src="{{assets}}/img/showcase/phuong-ngo/phuong-ngo_airi-flies.png"
7474
alt="A screenshot of the instructions and scoreboard for the online game Airi Flies">
7575
</a>
@@ -84,7 +84,7 @@ slug: showcase/
8484
<div>
8585
<h3 class="title"><a href="./featuring/qianqian-ye.html">{{#i18n "project-qianqian"}}{{/i18n}}</a></h3>
8686
<p class="credit">{{#i18n "credit-qianqian"}}{{/i18n}}</p>
87-
<a href="./featuring/qianqian-ye.html">
87+
<a href="./featuring/qianqian-ye.html" class="no-arrow-link">
8888
<img src="{{assets}}/img/showcase/qianqian-ye/qianqian-ye_qtv.png"
8989
alt="A screenshot of a Qtv video (Guest Talk #1) featuring Chinese womxn designers and artists Kaikai and Cheng Xu">
9090
</a>
@@ -97,7 +97,7 @@ slug: showcase/
9797
<div>
9898
<h3 class="title"><a href="./featuring/moon-xin.html">{{#i18n "project-moon-xin"}}{{/i18n}}</a></h3>
9999
<p class="credit">{{#i18n "credit-moon-xin"}}{{/i18n}}</p>
100-
<a href="./featuring/moon-xin.html">
100+
<a href="./featuring/moon-xin.html" class="no-arrow-link">
101101
<img src="{{assets}}/img/showcase/moon-xin/moon-xin_poster-carlee.png"
102102
alt="A screenshot of student Carlee Wooddell's poster that interprets the word zigzag using letters that bounce left and right">
103103
</a>

0 commit comments

Comments
 (0)