@samitouri / QOSami-HFS / commits / ed2d17a9

fix: on firefox, after clicking on most buttons, the focus-typing feature didn't show

Massimo Melina committed Mar 8, 2026 at 22:00 UTC ed2d17a9c2d24b4113e364705ffaccbef3e46253
1 file changed +1 -1
frontend/src/index.scss
+1 -1
@@ -160,7 +160,7 @@ button, .breadcrumb { /* consistent focus color */
160 }
161 a>button { width: 100%; height: 100%; } /* link buttons, fill parent space */
162 input, select, ul a {
163 - &:focus-visible {
163 + &:focus {
164 border-radius: .3em;
165 border-color: transparent;
166 outline: 2px solid var(--focus-color);