Skip to content

Commit

Permalink
add underline on hover to history items
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed Feb 6, 2019
1 parent a5fa1b8 commit d0d64bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/galaxy/style/scss/list-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ $vertical-gap: 8px;
word-break: break-all;
line-height: 16px;
}
.title:hover {
text-decoration: underline;
}
.subtitle {
color: #777;
font-size: 90%;
Expand Down

0 comments on commit d0d64bf

Please sign in to comment.