Skip to content

Commit

Permalink
Merge pull request #7235 from martenson/remove-underline
Browse files Browse the repository at this point in the history
remove underline from history datasets
  • Loading branch information
dannon committed Feb 8, 2019
2 parents 09bca89 + d0d64bf commit b6a9761
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/galaxy/style/scss/list-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,13 @@ $vertical-gap: 8px;
.title {
display: inline;
font-weight: bold;
text-decoration: underline;
word-wrap: break-word;
word-break: break-all;
line-height: 16px;
}
.title:hover {
text-decoration: underline;
}
.subtitle {
color: #777;
font-size: 90%;
Expand Down

0 comments on commit b6a9761

Please sign in to comment.