mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-25 19:52:48 +00:00
fix(ui): remove autofill background color
This commit is contained in:
parent
31844131e0
commit
5620219730
|
|
@ -98,12 +98,6 @@ export default function App() {
|
|||
minWidth: 0,
|
||||
},
|
||||
toolbar: theme.mixins.toolbar,
|
||||
"@global": {
|
||||
"input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active":
|
||||
{
|
||||
"-webkit-box-shadow": "0 0 0 30px white inset !important",
|
||||
},
|
||||
},
|
||||
}));
|
||||
|
||||
const classes = useStyles();
|
||||
|
|
|
|||
Loading…
Reference in New Issue