Skip to content

Commit

Permalink
Unlink confusing expand arrow on /datasets page
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Sep 24, 2024
1 parent e17d019 commit 251e32a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion grails-app/assets/javascripts/datasets.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function appendResource(value) {
}

// row A
$rowA.append('<img title="'+ jQuery.i18n.prop('datasets.js.appendresource01') + '" src="' + baseUrl + '/static/images/skin/ExpandArrow.png"/>'); // twisty
$rowA.append('<img src="' + baseUrl + '/static/images/skin/ExpandArrow.png"/>'); // twisty
$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
// $rowA.find('img').tooltip($.extend({},tooltipOptions,{position:{my: 'center bottom', at: 'center top-10'}}));

Expand Down
4 changes: 0 additions & 4 deletions grails-app/assets/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
padding-top:8px;
}

.rowA img {
cursor: pointer;
}

.rowA, .rowB {
padding-bottom: 0 !important;
}
Expand Down

0 comments on commit 251e32a

Please sign in to comment.