File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,8 @@ governing permissions and limitations under the License.
52
52
/* Remove the padding for [type="checkbox"] in IE 10-. */
53
53
padding : 0 ;
54
54
55
- /* Hit area */
56
55
position : absolute;
57
- inset-block-start : 0 ;
58
- inset-inline-start : calc (var (--spectrum-checkbox-cursor-hit-x ) * -1 );
59
- inline-size : calc (100% + var (--spectrum-checkbox-cursor-hit-x ) * 2 );
56
+ inline-size : 100% ;
60
57
block-size : 100% ;
61
58
62
59
opacity : .0001 ;
Original file line number Diff line number Diff line change @@ -64,11 +64,8 @@ governing permissions and limitations under the License.
64
64
/* Remove the padding for [type="radio"] in IE 10-. */
65
65
padding : 0 ;
66
66
67
- /* Hit area */
68
67
position : absolute;
69
- inset-block-start : 0 ;
70
- inset-inline-start : calc (var (--spectrum-radio-cursor-hit-x ) * -1 );
71
- inline-size : calc (100% + var (--spectrum-radio-cursor-hit-x ) * 2 );
68
+ inline-size : 100% ;
72
69
block-size : 100% ;
73
70
74
71
opacity : 0.0001 ;
You can’t perform that action at this time.
0 commit comments