From 9c4607f8dbb614c48233ac2e31905c777130e2fc Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 29 Oct 2020 22:28:41 +0100 Subject: [PATCH] fix portlet link style --- link.scss | 2 +- styles.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/link.scss b/link.scss index 7232279..ed43af4 100644 --- a/link.scss +++ b/link.scss @@ -6,7 +6,7 @@ cursor: pointer; } -.portlet-body a { +.portlet-body a:not(.button) { color: var(--link-color); border-bottom: 1px dotted var(--link-color); diff --git a/styles.css b/styles.css index 6ef1f0f..50e38ea 100644 --- a/styles.css +++ b/styles.css @@ -4024,10 +4024,10 @@ button, input[type="submit"], input[type="button"], a.button { [data-href] { cursor: pointer; } -.portlet-body a { +.portlet-body a:not(.button) { color: var(--link-color); border-bottom: 1px dotted var(--link-color); } - .portlet-body a:hover { + .portlet-body a:not(.button):hover { border-bottom: none; } ul.boxed {