Skip to content

Commit 6f13603

Browse files
committed
Remove underlines in related video links
Summary: Side effect of base styles changing to default text-decoration: underline, now we have to try if we don't want the underline Test Plan: Before: looked like the top link After: looks like the bottom link https://s3.amazonaws.com/uploads.hipchat.com/6574/17223/W7uzKZ3CN1htQXm/upload.png Reviewers: alpert Reviewed By: alpert Differential Revision: http://phabricator.khanacademy.org/D5022
1 parent a8402db commit 6f13603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

related-videos.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Exercises.RelatedVideos = {
2929
.end();
3030

3131
var inlineLink = self.anchorElement(video)
32-
.addClass("related-video-inline");
32+
.addClass("related-video-inline no-underline");
3333

3434
$("<li>")
3535
.append(inlineLink)

0 commit comments

Comments
 (0)