dragging and dropping a tab actually works now

This commit is contained in:
Carter 2025-03-24 15:53:42 -06:00
parent 37eaa0fb11
commit 605b6d69dd
3 changed files with 91 additions and 32 deletions

View file

@ -126,10 +126,10 @@ const useStyles = makeStyles((theme: Theme) => {
background: theme.palette.background.default,
// "linear-gradient(rgba(150, 150, 150, 0.3),"
// + theme.palette.background.default + " 80%)"
// "&:hover": {
// background:
// "linear-gradient(rgba(150, 150, 150, 0.3)," + theme.palette.background.default + " 80%)"
// }
"&:hover": {
background:
"linear-gradient(rgba(150, 150, 150, 0.3)," + theme.palette.background.default + " 80%)"
}
},
icon: {
display: "flex",
@ -762,7 +762,6 @@ export default function BinYard(props: Props) {
<Tab
classes={{ root: classes.tab, selected: classes.selectedTab }}
key={index}
draggable
sx={{
textAlign: "left",
}}