Always show code block controls at low opacity

This commit is contained in:
Yuri Karamian
2026-06-19 14:00:38 +02:00
parent a710603b0a
commit 90a96552d3
+2 -2
View File
@@ -7370,7 +7370,7 @@
border: 1px solid transparent;
color: var(--text-tertiary);
cursor: pointer;
opacity: 0;
opacity: 0.4;
z-index: 2;
display: flex;
align-items: center;
@@ -7409,7 +7409,7 @@
font-size: 11px;
font-family: 'JetBrains Mono', 'Fira Code', monospace;
cursor: pointer;
opacity: 0;
opacity: 0.4;
pointer-events: none;
z-index: 1;
transition: opacity 0.15s;