Tweak for clickable area and hover in server list

This commit is contained in:
Yuya Ochiai
2017-02-03 21:38:28 +09:00
parent 66f76c1ad8
commit 5388ce08ba
2 changed files with 5 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ class TeamListItem extends React.Component {
var style = {
left: {
display: 'inline-block',
width: 'calc(100% - 100px)',
cursor: 'pointer'
}
};

View File

@@ -1,4 +1,8 @@
.teamListItem:hover {
background: #eee;
}
.checkbox > label {
width: 100%;
}