From 86d39e4c3150dcc5a30d177f8224290f881c19ca Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Tue, 26 May 2020 13:33:07 +0200
Subject: [PATCH] Set text-switch button hover (#7)

---
 src/textswitch.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/textswitch.js b/src/textswitch.js
index 7e025d2..3066a12 100644
--- a/src/textswitch.js
+++ b/src/textswitch.js
@@ -55,6 +55,10 @@ export class TextSwitch extends LitElement {
                 background-color: black !important;
                 color: var(--vpu-primary-text-color) !important;
             }
+
+            .button:hover {
+                background-color: var(--vpu-secondary-bg-color) !important;
+            }
         `;
     }
 
-- 
GitLab