File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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 ] ,
You can’t perform that action at this time.
0 commit comments