From eaedcb6b74cbadf145972cbee8159502248d04b2 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 25 Apr 2026 03:32:26 +0200 Subject: [PATCH] refactor(calc-01): remove redundant keyboard group titles --- samples/calc-01/index.css | 8 -------- samples/calc-01/index.html | 3 --- 2 files changed, 11 deletions(-) diff --git a/samples/calc-01/index.css b/samples/calc-01/index.css index b11a448..6dc985b 100644 --- a/samples/calc-01/index.css +++ b/samples/calc-01/index.css @@ -277,14 +277,6 @@ select { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); } -.group-title { - margin: 0 0 10px; - color: #dce4f0; - font-size: 12px; - text-transform: uppercase; - letter-spacing: 0.14em; -} - .key-grid { display: grid; gap: 10px; diff --git a/samples/calc-01/index.html b/samples/calc-01/index.html index 5823fca..6cc199b 100644 --- a/samples/calc-01/index.html +++ b/samples/calc-01/index.html @@ -47,17 +47,14 @@
-
Functions
-
Numbers
-
Operators