feat(calc-02): replace display button labels with symbols

This commit is contained in:
2026-05-15 19:09:24 +02:00
parent 9bca077347
commit 2505a102df
3 changed files with 12 additions and 10 deletions
+2
View File
@@ -247,6 +247,7 @@ button {
cursor: pointer;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 3px 0 rgba(0, 0, 0, 0.28);
transition: transform 120ms ease, filter 120ms ease, box-shadow 120ms ease;
line-height: 1;
}
button:hover {
@@ -358,6 +359,7 @@ button:active {
border-radius: 10px;
padding: 8px 6px;
font-size: 13px;
line-height: 1;
}
.display-buttons-panel {