mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Restore workaround for ADE buggy rendering of anchors as links. However, make it overridable by extra CSS
This commit is contained in:
parent
4b965a8f42
commit
2bdfa64c74
@ -406,3 +406,8 @@ img, object, svg|svg {
|
|||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* These are needed because ADE renders anchors the same as links */
|
||||||
|
|
||||||
|
a { text-decoration: inherit; color: inherit; cursor: inherit }
|
||||||
|
a[href] { text-decoration: underline; color: blue; cursor: pointer }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user