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;