Skip to content

Commit

Permalink
Change favourite icon to star.
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Jun 13, 2018
1 parent f2ba06f commit 08f565d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hgtv/static/sass/app.sass
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
padding: 8px 0 5px
background-color: #EFF2F7
margin-bottom: 16px
padding-top: 260px
padding-top: 250px

@media (min-width: 600px)
.video-box__video iframe,
Expand Down Expand Up @@ -273,7 +273,7 @@
@media (min-width: 768px)
.video-box__ops
margin-top: -7px
padding-top: 8px
padding-top: 5px

.video-box__actions
display: inline-block
Expand Down
2 changes: 1 addition & 1 deletion hgtv/templates/video.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<span class="loading mui--hide video-box__actions">
<i class="material-icons mui--align-middle mui--text-light mui--text-title">autorenew</i>
</span>
<button class="video-box__actions {%- if flags['starred'] %} active{% endif %}" title="Add to favourites" name="action" value="star"> <i class="material-icons mui--align-middle mui--text-light mui--text-title">stars</i>
<button class="video-box__actions {%- if flags['starred'] %} active{% endif %}" title="Add to favourites" name="action" value="star"> <i class="material-icons mui--align-middle mui--text-light mui--text-title">star</i>
</button>
<button class="video-box__actions {%- if flags['queued'] %} active{% endif %}" title="Watch this later" name="action" value="queue"> <i class="material-icons mui--align-middle mui--text-light mui--text-title">schedule</i>
</button>
Expand Down

0 comments on commit 08f565d

Please sign in to comment.