cnap-cobre/synapse

View on GitHub
frontend/src/components/FileBrowserList/FileList/fileList.scss

Summary

Maintainability
Test Coverage
.fileList {
tr{
user-select: none;
}
 
tr.focused{
border: 2px solid #509db5;
background: #bed6dd;
&:hover{
background: darken(#bed6dd, 5%);
}
}
}