forked from david-swift/duckling
Don't blur background of copy button
It can potentially prevent user from reading text behind it, plus it can affect the performance for little benefit
This commit is contained in:
parent
c526a5ad07
commit
9ff2d6c316
@ -7,11 +7,9 @@
|
||||
position: relative;
|
||||
|
||||
button {
|
||||
-webkit-backdrop-filter: var(--blur);
|
||||
position: absolute;
|
||||
top: 0.5rem;
|
||||
right: 0.5rem;
|
||||
backdrop-filter: var(--blur);
|
||||
transition: var(--transition);
|
||||
cursor: pointer;
|
||||
box-shadow: var(--edge-highlight);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user