Skip to content

Commit

Permalink
[IMP] index links looking bad with underline
Browse files Browse the repository at this point in the history
  • Loading branch information
kosta (kts) authored and AntoineVDV committed Feb 17, 2020
1 parent 4203285 commit a542d9a
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 210 deletions.
8 changes: 7 additions & 1 deletion _extensions/odoo/static/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ main.index {
display: none;
}
}
a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
}
}
}
Loading

0 comments on commit a542d9a

Please sign in to comment.