mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
docs: fix demo editor shadow (#45636)
This commit is contained in:
parent
95322eaad5
commit
e6d9232777
@ -16,11 +16,11 @@ const useStyle = createStyles(({ token, css }) => {
|
||||
outline: none;
|
||||
|
||||
&:hover {
|
||||
box-shadow: 0 0 0 1px ${colorPrimaryBorder} !important;
|
||||
box-shadow: inset 0 0 0 1px ${colorPrimaryBorder} !important;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
box-shadow: 0 0 0 1px ${colorPrimary} !important;
|
||||
box-shadow: inset 0 0 0 1px ${colorPrimary} !important;
|
||||
}
|
||||
}
|
||||
`,
|
||||
|
Loading…
Reference in New Issue
Block a user