no pointer events on non selected content
This commit is contained in:
parent
e738a4a27c
commit
a6c7ce1f92
@ -109,6 +109,7 @@ input {
|
|||||||
.tab:checked:nth-of-type(3) ~ .content:nth-of-type(3) {
|
.tab:checked:nth-of-type(3) ~ .content:nth-of-type(3) {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
pointer-events: all;
|
||||||
-webkit-transition: 0.3s opacity ease-in, 0.3s -webkit-transform ease;
|
-webkit-transition: 0.3s opacity ease-in, 0.3s -webkit-transform ease;
|
||||||
transition: 0.3s opacity ease-in, 0.3s -webkit-transform ease;
|
transition: 0.3s opacity ease-in, 0.3s -webkit-transform ease;
|
||||||
transition: 0.3s opacity ease-in, 0.3s transform ease;
|
transition: 0.3s opacity ease-in, 0.3s transform ease;
|
||||||
@ -214,6 +215,7 @@ input[type='radio'] {
|
|||||||
|
|
||||||
.content {
|
.content {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user