Skip to content

Commit 8da2ec9

Browse files
committed
feat(6.9.3): expand the scope of use of liquid glass filters
1 parent 4294800 commit 8da2ec9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

assets/css/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/sass/_toc.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,14 @@ $toc-breakpoint-small: 480px;
140140
width: 4.4rem;
141141
height: 4.4rem;
142142
z-index: 200;
143-
background: var(--color-background-main);
143+
background: rgba(255,255,255,0.08);
144144
border: none;
145145
border-radius: 50%;
146146
color: var(--color-content-main);
147147
cursor: pointer;
148-
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
148+
box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
149+
-webkit-backdrop-filter: url(#liquid-glass);
150+
backdrop-filter: url(#liquid-glass);
149151
transition: $toc-transition;
150152
opacity: 0;
151153
visibility: hidden;

0 commit comments

Comments
 (0)