Skip to content

Commit f465d81

Browse files
committed
Checkbox cursor style
1 parent b3f588c commit f465d81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pages/teams/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ export default class TeamList extends Component {
150150
left: 1rem;
151151
z-index: 1000;
152152
}
153+
fieldset input,
154+
fieldset label {
155+
cursor: pointer;
156+
}
153157
154158
fieldset input[type='checkbox'] {
155159
margin-right: 0.5rem;

0 commit comments

Comments
 (0)