Loading assets/css/list.css +2 −11 Original line number Diff line number Diff line Loading @@ -75,30 +75,21 @@ } .list-item--visibility { position: relative; padding-left: 1rem; padding-right: 1rem; margin-bottom: -1px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .list-item--visibility .form-group { position: static; cursor: pointer; } .list-item--visibility .form-group label { font-weight: 500; cursor: pointer; } .list-item--visibility .form-group .form-radio { width: 100%; height: 100%; top: 0; margin-top: 0; cursor: pointer; z-index: -1; } .list-item--visibility:hover, .list-item--visibility:focus-within { Loading components/02-atoms/list/list.scss +2 −9 Original line number Diff line number Diff line Loading @@ -98,26 +98,19 @@ } .list-item--visibility { position: relative; padding-left: 1rem; padding-right: 1rem; margin-bottom: -1px; justify-content: flex-start; cursor: pointer; .form-group { position: static; label { font-weight: 500; cursor: pointer; } .form-radio { width: 100%; height: 100%; top: 0; margin-top: 0; cursor: pointer; z-index: -1; } } Loading Loading
assets/css/list.css +2 −11 Original line number Diff line number Diff line Loading @@ -75,30 +75,21 @@ } .list-item--visibility { position: relative; padding-left: 1rem; padding-right: 1rem; margin-bottom: -1px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .list-item--visibility .form-group { position: static; cursor: pointer; } .list-item--visibility .form-group label { font-weight: 500; cursor: pointer; } .list-item--visibility .form-group .form-radio { width: 100%; height: 100%; top: 0; margin-top: 0; cursor: pointer; z-index: -1; } .list-item--visibility:hover, .list-item--visibility:focus-within { Loading
components/02-atoms/list/list.scss +2 −9 Original line number Diff line number Diff line Loading @@ -98,26 +98,19 @@ } .list-item--visibility { position: relative; padding-left: 1rem; padding-right: 1rem; margin-bottom: -1px; justify-content: flex-start; cursor: pointer; .form-group { position: static; label { font-weight: 500; cursor: pointer; } .form-radio { width: 100%; height: 100%; top: 0; margin-top: 0; cursor: pointer; z-index: -1; } } Loading