Remove text underline from lists (#574)
parent
011baa78c1
commit
4ef853ef6c
|
@ -69,6 +69,9 @@
|
||||||
a[role="link"]:hover {
|
a[role="link"]:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
a[role="link"][data-no-underline="1"]:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Styling hacks */
|
/* Styling hacks */
|
||||||
*[data-word-wrap] {
|
*[data-word-wrap] {
|
||||||
|
|
Loading…
Reference in New Issue