mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 07:03:09 +02:00
upd: remove buggy backdrop-filter
This commit is contained in:
parent
67c95ea646
commit
1eb536f086
3 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue