We have this rule, which we discussed, implemented and knew could be problematic as a general rule:
a { color: #266c9a; border-bottom: 2px solid #266c9a; }
It is problematic for everything except as links in a block of text. My use case is links in tables or as headings.



It is easy enough to write a custom rule to remove this underline, but is it a good idea to include a .remove-underline class to anchors? (It should get a better name of course)
We have this rule, which we discussed, implemented and knew could be problematic as a general rule:
a { color: #266c9a; border-bottom: 2px solid #266c9a; }It is problematic for everything except as links in a block of text. My use case is links in tables or as headings.

It is easy enough to write a custom rule to remove this underline, but is it a good idea to include a .remove-underline class to anchors? (It should get a better name of course)