Remove text underline from lists (#574)
This commit is contained in:
@@ -69,6 +69,9 @@
|
||||
a[role="link"]:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
a[role="link"][data-no-underline="1"]:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Styling hacks */
|
||||
*[data-word-wrap] {
|
||||
|
||||
Reference in New Issue
Block a user