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 @@ -58,11 +58,8 @@ governing permissions and limitations under the License.
58
58
/* Remove the padding for [type="radio"] in IE 10-. */
59
59
padding : 0 ;
60
60
61
- /* Hit area */
62
61
position : absolute;
63
- inset-block-start : 0 ;
64
- inset-inline-start : calc (var (--spectrum-radio-cursor-hit-x ) * -1 );
65
- inline-size : calc (100% + var (--spectrum-radio-cursor-hit-x ) * 2 );
62
+ inline-size : 100% ;
66
63
block-size : 100% ;
67
64
68
65
opacity : .0001 ;
You can’t perform that action at this time.
0 commit comments