From 47996a62917780670998f711b5d13ac2f01bdd7e Mon Sep 17 00:00:00 2001 From: Dorako Date: Thu, 30 Mar 2023 03:17:41 +0200 Subject: [PATCH] 2.0.6 --- CHANGELOG.md | 4 ++++ module.json | 2 +- sass/pf2e/_effects-panel.scss | 2 +- styles/dorako-ui.css | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd93750..9e27e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.0.6 + +- (Maintenance) Ensure clickable elements in effect panel text descriptions are styled appropriately. + # 2.0.5 - (New) Added dark theme support for Dice Stats module. diff --git a/module.json b/module.json index f1e5944..15769c8 100644 --- a/module.json +++ b/module.json @@ -24,7 +24,7 @@ "type": "system", "compatibility": { "minimum": "4.0.0", - "verified": "4.9.2" + "verified": "4.10.0" } }, { diff --git a/sass/pf2e/_effects-panel.scss b/sass/pf2e/_effects-panel.scss index d221f83..ae8a961 100644 --- a/sass/pf2e/_effects-panel.scss +++ b/sass/pf2e/_effects-panel.scss @@ -45,7 +45,7 @@ backdrop-filter: blur(5px); z-index: var(--z-index-tooltip); - a { + a:not(.content-link) { @include glass; @include quick-transition; text-align: center; diff --git a/styles/dorako-ui.css b/styles/dorako-ui.css index 0afc0b3..e15cc63 100644 --- a/styles/dorako-ui.css +++ b/styles/dorako-ui.css @@ -1855,7 +1855,7 @@ section.chat-sidebar { backdrop-filter: blur(5px); z-index: var(--z-index-tooltip); } -.effect-panel.dorako-ui .effect-item .effect-info a { +.effect-panel.dorako-ui .effect-item .effect-info a:not(.content-link) { border: none; border-radius: 3px; background: none; @@ -1868,7 +1868,7 @@ section.chat-sidebar { background-color: var(--primary); color: var(--color-text-light-highlight); } -.effect-panel.dorako-ui .effect-item .effect-info a:hover { +.effect-panel.dorako-ui .effect-item .effect-info a:not(.content-link):hover { background-color: var(--primary-light); color: white; text-shadow: 0px 0px 3px black;