Skip to content

Commit 0c2196f

Browse files
authored
Merge pull request #248 from biodiversitydata-se/upstream-datasets-moreinfo
Remove misleading tooltip on datasets listing page
2 parents e9c59f1 + 71d0b7c commit 0c2196f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Diff for: grails-app/assets/javascripts/datasets.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function appendResource(value) {
140140
}
141141

142142
// row A
143-
$rowA.append('<img title="'+ jQuery.i18n.prop('datasets.js.appendresource01') + '" src="' + baseUrl + '/static/images/skin/ExpandArrow.png"/>'); // twisty
143+
$rowA.append('<img src="' + baseUrl + '/static/images/skin/ExpandArrow.png"/>'); // twisty
144144
$rowA.append('<span class="result-name"><a title="' + jQuery.i18n.prop('datasets.js.appendresource02') + '" href="' + baseUrl + '/public/showDataResource/' + value.uid + '">' + value.name + '</a></span>'); // name
145145
// $rowA.find('img').tooltip($.extend({},tooltipOptions,{position:{my: 'center bottom', at: 'center top-10'}}));
146146

Diff for: grails-app/assets/stylesheets/main.css

-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
padding-top:8px;
2424
}
2525

26-
.rowA img {
27-
cursor: pointer;
28-
}
29-
3026
.rowA, .rowB {
3127
padding-bottom: 0 !important;
3228
}

0 commit comments

Comments
 (0)