mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
docs: fix banner blur (#45504)
This commit is contained in:
parent
2e9354c3b3
commit
6a525ccbec
@ -36,7 +36,8 @@ const useStyle = () => {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
backdrop-filter: blur(4px);
|
||||
transition: all 1s ease;
|
||||
opacity: 1;
|
||||
transition: opacity 1s ease;
|
||||
`);
|
||||
|
||||
return {
|
||||
@ -54,7 +55,7 @@ const useStyle = () => {
|
||||
row-gap: ${token.marginXL}px;
|
||||
|
||||
&:hover .${mask} {
|
||||
backdrop-filter: none;
|
||||
opacity: 0;
|
||||
}
|
||||
`,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user