mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-20 01:22:59 +08:00
Removing active css styling for hg-button
This commit is contained in:
parent
b64a0383dc
commit
d4e54508f5
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "simple-keyboard",
|
"name": "simple-keyboard",
|
||||||
"version": "2.23.2",
|
"version": "2.23.3",
|
||||||
"description": "On-screen Javascript Virtual Keyboard",
|
"description": "On-screen Javascript Virtual Keyboard",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"types": "build/index.d.ts",
|
"types": "build/index.d.ts",
|
||||||
|
@ -78,10 +78,6 @@ html {
|
|||||||
font-size: inherit;
|
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 {
|
.simple-keyboard.hg-theme-default.hg-layout-numeric .hg-button {
|
||||||
width: 33.3%;
|
width: 33.3%;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
Loading…
Reference in New Issue
Block a user