mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
refactor: Keep focused style when input is hovered (#3832)
This commit is contained in:
@@ -145,7 +145,8 @@ export const getOverrides = ({ palette, breakpoints }: Theme): Overrides => {
|
||||
"& input:-webkit-autofill": {
|
||||
WebkitBoxShadow: `0 0 0 1000px ${palette.background.paper} inset`,
|
||||
},
|
||||
"&:hover .MuiOutlinedInput-notchedOutline": {
|
||||
|
||||
"&:hover:not(.Mui-focused) .MuiOutlinedInput-notchedOutline": {
|
||||
borderColor: palette.divider,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user