From 8296417c1e5e1a36ad5f36749bd3bf350ea46d97 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Sun, 8 Jul 2018 16:31:31 +0200 Subject: [PATCH 1/2] links underlined now even in table-cells --- templates/default-layout.lucius | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index 2d8c695e8..7bb7da838 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -307,10 +307,6 @@ input[type="button"].btn-info:hover, .table { margin: 21px 0; width: 100%; - - a { - text-decoration: none; - } } .table--striped { @@ -368,6 +364,10 @@ input[type="button"].btn-info:hover, padding-bottom: 10px; font-weight: bold; text-align: left; + + a { + text-decoration: none; + } } @media (max-width: 1200px) { From 22fc5f3aaf2f1ff5a432d915c66ec529082043cc Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Sun, 8 Jul 2018 16:37:11 +0200 Subject: [PATCH 2/2] remove underline from button-hover-state --- templates/default-layout.lucius | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index 7bb7da838..4c95fb25d 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -280,7 +280,6 @@ input[type="button"]:not([disabled]):hover, button:not([disabled]):hover, .btn:not([disabled]):hover { background-color: var(--color-light); - text-decoration: underline; color: white; }