forked from CGM_Public/pretix_original
[A11y] underline inline-links (#5102)
This commit is contained in:
committed by
GitHub
parent
e7d024b146
commit
225b2452bd
@@ -108,7 +108,22 @@ pre {
|
||||
font-size: $font-size-base;
|
||||
}
|
||||
|
||||
/* make all links in textflow underlined */
|
||||
h1, h2, h3, h4, h5, h6, p, li {
|
||||
a:not(.btn) {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
a.no-underline:link, nav li a:link {
|
||||
text-decoration: none;
|
||||
}
|
||||
a.no-underline:hover, nav li a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.help-block a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
||||
/* See https://github.com/pretix/pretix/pull/761 */
|
||||
|
||||
Reference in New Issue
Block a user