Skip to content

Commit

Permalink
remove unused CSS class for identify icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgee committed Oct 5, 2015
1 parent 2562bc5 commit 431e2f4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions widgets/Search/css/Search.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
margin-top: 10px;
}

.cmvSearchWidget .identifyIcon {
background-image: url(../images/identify.png);
width: 16px;
height: 16px;
}

.cmvSearchWidget .dijitSelect {
height: 30px;
width: 100%;
Expand Down

1 comment on commit 431e2f4

@tmcgee
Copy link
Owner Author

@tmcgee tmcgee commented on 431e2f4 Oct 5, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addresses issue noted in PR #43. This approach is more complete so will close the PR.

Please sign in to comment.