mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 16:52:59 +08:00
Disable pointer events for .hg-button span elements
This commit is contained in:
parent
c97945c8b1
commit
30042d5d72
@ -32,6 +32,10 @@ html {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.simple-keyboard .hg-button span {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* hg-theme-default theme
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user