Skip to content

Commit

Permalink
Merge pull request #836 from chouseknecht/fix/813
Browse files Browse the repository at this point in the history
Use default cursor for tag hover
  • Loading branch information
Chris Houseknecht authored Jul 9, 2018
2 parents 0e4cdb8 + 00d0760 commit c76c276
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions galaxyui/src/app/search/search.component.less
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@
color: @white;
border-radius: 1px;
}
.tag:hover {
cursor: default;
}
}

.counts {
Expand Down
6 changes: 6 additions & 0 deletions galaxyui/src/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ a.failed {
}
.toolbar-pf-results .list-inline {
margin-left: 0;
.label.label-info:hover {
cursor: default;
.pficon.pficon-close {
cursor: pointer;
}
}
}

/* My-Content detail */
Expand Down

0 comments on commit c76c276

Please sign in to comment.