개발's egg/Style
MUI DataGrid Row 선택 시 Cell 테두리 없애기
현z
2023. 4. 8. 10:48
.MuiDataGrid-root .MuiDataGrid-cell:focus-within {
outline: none !important;
}
로우 선택했을 때 클릭한 셀의 테두리가 생기는 게 보기 싫었다
추가