Skip to content

Commit

Permalink
Merge pull request #68 from nypublicradio/mwalsh/WE-6859_notification…
Browse files Browse the repository at this point in the history
…-link-underline

WE-6859 Update notification link style
  • Loading branch information
walsh9 authored Apr 12, 2017
2 parents 518788c + f2e53f7 commit 2909e50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/styles/_player-notification.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@

.player-notification-link {
color: $gold;
border-bottom: 1px solid rgba($gold, .3);
border-bottom: 1px solid rgba($gold, 0);
align-self: center;
margin: 0 0 0 10px;
min-width: 70px;
&:hover {
&:hover,
&:focus {
border-bottom-color: rgba($gold, .8);
}
}
Expand Down

0 comments on commit 2909e50

Please sign in to comment.