mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fix backdrop appearances
This commit is contained in:
parent
ee049eb430
commit
cbf7b1f616
5 changed files with 16 additions and 15 deletions
|
@ -112,8 +112,7 @@
|
|||
@supports ((bla-bla-bla: 4px)) {
|
||||
@content;
|
||||
}
|
||||
// uncomment if you like blur performance again :-)
|
||||
/*
|
||||
|
||||
@supports (
|
||||
(-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))
|
||||
) {
|
||||
|
@ -128,10 +127,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
@mixin blur($color: $content_bg_backdrop, $radius: 15px) {
|
||||
@mixin blur($color: $content_bg_backdrop, $radius: 10px) {
|
||||
background: $color;
|
||||
|
||||
@include can_backdrop {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue