Skip to content

Commit

Permalink
Fix highlighting for suggested thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 11, 2018
1 parent 3df3f6f commit 0f3aacd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/galaxy/style/less/ui.less
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,14 @@
word-wrap: break-word;
}
:hover {
&:extend(.ui-thumbnail-current-highlight);
text-decoration: underline !important;
}
}
.ui-thumbnails-item:hover {
&:extend(.ui-thumbnails .ui-thumbnails-grid .ui-thumbnail-current-highlight);
text-decoration: underline !important;
}
.ui-thumbnail-current-highlight {
border-color:#66afe9;
background-color:#EEEEFF;
Expand Down
4 changes: 4 additions & 0 deletions static/style/blue/base.css

Large diffs are not rendered by default.

0 comments on commit 0f3aacd

Please sign in to comment.