Skip to content

Commit

Permalink
Fix hovering styles
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 11, 2018
1 parent 8c6b6b4 commit 6c5fa30
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
16 changes: 9 additions & 7 deletions client/galaxy/style/less/ui.less
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,17 @@
.ui-thumbnails-description-text {
word-wrap: break-word;
}
:hover {
text-decoration: underline !important;
}
}
.ui-thumbnails-item:hover {
text-decoration: underline !important;
.ui-thumbnails-title {
text-decoration: underline;
}
.ui-thumbnails-description-title {
text-decoration: underline;
}
.ui-thumbnails-description-text {
text-decoration: underline;
}
}
.ui-thumbnail-current-highlight {
border-color:#66afe9;
Expand All @@ -324,9 +329,6 @@
.ui-thumbnails-item-float {
float: left;
height: 140px;
:hover {
text-decoration: underline !important;
}
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions static/style/blue/base.css

Large diffs are not rendered by default.

0 comments on commit 6c5fa30

Please sign in to comment.