From d4e54508f5e346a074092b37bb53252e566cb991 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Sun, 7 Jul 2019 23:39:52 -0400 Subject: [PATCH] Removing active css styling for hg-button --- package.json | 2 +- src/lib/components/Keyboard.css | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index faf71351..73d7a59d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-keyboard", - "version": "2.23.2", + "version": "2.23.3", "description": "On-screen Javascript Virtual Keyboard", "main": "build/index.js", "types": "build/index.d.ts", diff --git a/src/lib/components/Keyboard.css b/src/lib/components/Keyboard.css index 71173fa7..8bb9d53c 100644 --- a/src/lib/components/Keyboard.css +++ b/src/lib/components/Keyboard.css @@ -78,10 +78,6 @@ html { font-size: inherit; } -.simple-keyboard.hg-theme-default:not(.hg-touch-events) .hg-button:active { - background: #e4e4e4; -} - .simple-keyboard.hg-theme-default.hg-layout-numeric .hg-button { width: 33.3%; height: 60px;