<a> links have underline on hover (except headerlinks)
This commit is contained in:
parent
cac327bca7
commit
5fba20a895
@ -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}';
|
||||||
|
Loading…
Reference in New Issue
Block a user