From 5fba20a895e9045cd3b36adec6c750c8b389996c Mon Sep 17 00:00:00 2001 From: Elisabeth Dickinson Date: Mon, 1 Mar 2021 16:51:05 +0100 Subject: [PATCH] links have underline on hover (except headerlinks) --- extensions/odoo_theme/static/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/odoo_theme/static/style.scss b/extensions/odoo_theme/static/style.scss index d2ac3b02a..935b5a5c4 100644 --- a/extensions/odoo_theme/static/style.scss +++ b/extensions/odoo_theme/static/style.scss @@ -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}';