Ticket #5258 (closed New Feature: wontfix)
Removing underlines of links? (text-decoration: none)
| Reported by: | danielgindi | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Dialogs | Version: | 3.2 |
| Keywords: | Cc: |
Description
There's a need for an 'easy' option to clean the underline of a link. Of course un-checking the U button won't do nothing, because this is the default text-decoration for A elements.
So we need some kind of modification to the Link dialog. A checkbox, or a drop-down of text decoration, which will detect the text-decoration of the link if exists, and allow setting to NONE.
Change History
Note: See
TracTickets for help on using
tickets.

That's something that should be done with a style for the link element, adding another option (for a presentational issue) in the link dialog could be done by a plugin. There's no need to modify the core for that.