Removing active css styling for hg-button

This commit is contained in:
Francisco Hodge 2019-07-07 23:39:52 -04:00
parent b64a0383dc
commit d4e54508f5
2 changed files with 1 additions and 5 deletions

View File

@ -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",

View File

@ -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;