Remove text underline from lists (#574)
This commit is contained in:
parent
011baa78c1
commit
4ef853ef6c
1 changed files with 3 additions and 0 deletions
|
@ -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] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue