Remove focus outline from mode toggle buttons

This commit is contained in:
2026-07-12 14:46:41 +02:00
parent 624aa8828e
commit dd841443b8
+1
View File
@@ -149,6 +149,7 @@
cursor: pointer;
transition: background 0.12s, color 0.12s;
line-height: 1;
outline: none;
}
.mode-btn + .mode-btn {