If a link is obviously a UI element, don't necessarily underline it
This commit is contained in:
parent
bc5e9e091d
commit
bc33dbcb9f
|
@ -240,7 +240,13 @@ input#id_poll_frequency
|
|||
text-decoration-style: dotted;
|
||||
}
|
||||
|
||||
.media-content a.level-item
|
||||
{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.navbar-item span:nth-child(2):before
|
||||
{
|
||||
content: " ";
|
||||
}
|
||||
|
||||
|
|
|
@ -224,6 +224,12 @@ body.has-navbar-fixed-top, html.has-navbar-fixed-top {
|
|||
text-decoration-style: dotted;
|
||||
}
|
||||
|
||||
.media-content a.level-item
|
||||
{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
a.navbar-item span:nth-child(2):before
|
||||
{
|
||||
content: " ";
|
||||
|
|
Loading…
Reference in New Issue