From 952a982385ee3ccc359621b5131654bd3fbe0dae Mon Sep 17 00:00:00 2001 From: AndiMajore <andi.majore@googlemail.com> Date: Wed, 3 May 2023 20:17:28 +0200 Subject: [PATCH] small collection of fixes regarding manual selection and styling of view cards --- src/stylesheets/theme-styles.scss | 1 + src/version.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/stylesheets/theme-styles.scss b/src/stylesheets/theme-styles.scss index 215aa3ce..cec77191 100644 --- a/src/stylesheets/theme-styles.scss +++ b/src/stylesheets/theme-styles.scss @@ -331,6 +331,7 @@ a { background-color: var(--drgstn-primary) !important; } + a:hover { background-color: var(--drgstn-primary) !important; } diff --git a/src/version.ts b/src/version.ts index 4ab5951b..8de092c9 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = 'v1.1.16'; +export const version = 'v1.1.17'; -- GitLab