mirror of
https://github.com/fmhy/edit.git
synced 2026-01-27 10:21:02 +00:00
add blur (#4642)
This commit is contained in:
@@ -389,4 +389,14 @@
|
||||
mask-size: 100% 100%;
|
||||
background-color: currentColor;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/* Search modal blurred backdrop */
|
||||
.VPLocalSearchBox .backdrop {
|
||||
backdrop-filter: blur(8px);
|
||||
-webkit-backdrop-filter: blur(8px);
|
||||
}
|
||||
|
||||
.dark .VPLocalSearchBox .backdrop {
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
Reference in New Issue
Block a user