upd: remove buggy backdrop-filter

This commit is contained in:
Mar0xy 2023-10-16 00:52:03 +02:00
parent 67c95ea646
commit 1eb536f086
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
3 changed files with 0 additions and 3 deletions

View file

@ -878,7 +878,6 @@ function readPromo() {
width: 100%;
height: 64px;
//background: linear-gradient(0deg, var(--panel), var(--X15));
backdrop-filter: blur(1.6px);
&:hover > .collapsedLabel {
background: var(--panelHighlight);

View file

@ -64,7 +64,6 @@ onUnmounted(() => {
height: 64px;
//background: linear-gradient(0deg, var(--panel), var(--X15));
mask: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
backdrop-filter: blur(1.6px);
> .fadeLabel {
display: inline-block;

View file

@ -72,7 +72,6 @@ const collapsed = $ref(isLong);
width: 100%;
height: 64px;
mask: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
backdrop-filter: blur(1.6px);
> .fadeLabel {
display: inline-block;