<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 {
|
||||
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}';
|
||||
|
Loading…
Reference in New Issue
Block a user