Tweak for clickable area and hover in server list
This commit is contained in:
@@ -17,6 +17,7 @@ class TeamListItem extends React.Component {
|
||||
var style = {
|
||||
left: {
|
||||
display: 'inline-block',
|
||||
width: 'calc(100% - 100px)',
|
||||
cursor: 'pointer'
|
||||
}
|
||||
};
|
||||
|
@@ -1,4 +1,8 @@
|
||||
|
||||
.teamListItem:hover {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.checkbox > label {
|
||||
width: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user