Skip to content

Commit 9d398ca

Browse files
author
p01
committed
More specific class name for the link to the resource in the detail view
1 parent 0503da9 commit 9d398ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/resource-manager/resource_style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
color: #d2001c;
239239
}
240240

241-
a.external
241+
a.resource-detail-link
242242
{
243243
cursor: pointer;
244244
color: inherit;
@@ -247,7 +247,7 @@ a.external
247247
background: url("../ui-images/icons/icon_export.png") center left no-repeat;
248248
}
249249

250-
a.external:hover
250+
a.resource-detail-link:hover
251251
{
252252
text-decoration: underline;
253253
}

src/resource-manager/resource_templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ window.templates.resource_detail || (window.templates.resource_detail = new func
298298
resource.url,
299299
"href", resource.url,
300300
"target", "_blank",
301-
"class", "external"
301+
"class", "resource-detail-link"
302302
],
303303
"class", "resource-detail-overview-url"
304304
],

0 commit comments

Comments
 (0)