projects
/
pokerwave.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9fd949
)
disable pointer events on inactive slider
author
Geoffrey Allott
<geoffrey@allott.email>
Wed, 17 Mar 2021 23:05:39 +0000
(23:05 +0000)
committer
Geoffrey Allott
<geoffrey@allott.email>
Wed, 17 Mar 2021 23:05:39 +0000
(23:05 +0000)
site/style/poker.css
patch
|
blob
|
history
diff --git
a/site/style/poker.css
b/site/style/poker.css
index 56a729ffbbf4ebdcec0100671c39e93f8def32ab..4d0fae2bd1a10c8a928cb562a83acbaf0b92e6fc 100644
(file)
--- a/
site/style/poker.css
+++ b/
site/style/poker.css
@@
-46,6
+46,11
@@
.bet-slider-area {
fill: transparent;
+ pointer-events: none;
+}
+
+.bet-slider.active > .bet-slider-area {
+ pointer-events: auto;
}
.bet-slider-track {