Skip to content

Commit

Permalink
Merge pull request #96 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 11, 2017
2 parents 4a605be + 1a3ff5c commit 07065ce
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 07065ce

Please sign in to comment.