dragging and dropping a tab actually works now
This commit is contained in:
parent
37eaa0fb11
commit
605b6d69dd
3 changed files with 91 additions and 32 deletions
|
|
@ -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",
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue