Skip to content

Commit

Permalink
refactor(core): ♻️ simplify sticky header background styles
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Apr 16, 2024
1 parent 11566de commit f84771f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion resources/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@
z-index: -1;
height: 100%;
content: '';
background-color: var( --background-color-overlay );
background-color: var( --color-surface-0 );
filter: opacity( 0.95 );
backdrop-filter: saturate( 50% ) blur( 16px );
}
}
Expand Down
3 changes: 2 additions & 1 deletion skinStyles/extensions/Echo/ext.echo.special.less
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
margin: 0;
margin-bottom: var( --space-md );
overflow-x: auto;
background: var( --background-color-overlay );
background-color: var( --color-surface-0 );
filter: opacity( 0.95 );
backdrop-filter: saturate( 50% ) blur( 16px );
border-bottom: 1px solid var( --border-color-base );
box-shadow: none;
Expand Down

0 comments on commit f84771f

Please sign in to comment.