Closed (fixed)
Project:
External Links
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2007 at 07:38 UTC
Updated:
6 Jul 2007 at 06:22 UTC
I think it would be a great idea to specify a list of classnames (or something like that), so you can override the default setting (causing all links to perform this behavior). For instance the icon is also showing up in me right column (hmmm, don't like it). If you can specify classnames for which this module may and may not work on, this can be fixed.
Comments
Comment #1
quicksketchPoint taken, you want more flexibility over the classes added. But couldn't you accomplish the same thing by over-riding your CCS?
#sidebar-right a.ext {
background: none;
}
Comment #2
quicksketch