<a> links have underline on hover (except headerlinks)

This commit is contained in:
Elisabeth Dickinson 2021-03-01 16:51:05 +01:00
parent cac327bca7
commit 5fba20a895

View File

@ -11,7 +11,7 @@ div[aria-label="related navigation"] {
} }
body { body {
a { a:not(:hover) {
text-decoration: none !important; text-decoration: none !important;
} }
dd { dd {
@ -504,6 +504,7 @@ header.o_main_header{
} }
a.headerlink { a.headerlink {
text-decoration: none;
visibility: hidden !important; visibility: hidden !important;
&:after { &:after {
content: '#{$i-link}'; content: '#{$i-link}';