<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 {
a {
a:not(:hover) {
text-decoration: none !important;
}
dd {
@ -504,6 +504,7 @@ header.o_main_header{
}
a.headerlink {
text-decoration: none;
visibility: hidden !important;
&:after {
content: '#{$i-link}';