We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5689dd commit 77903fcCopy full SHA for 77903fc
app/assets/main.css
@@ -181,9 +181,13 @@ body {
181
line-height: 1.6;
182
}
183
184
-*:focus-visible {
185
- outline: 2px solid var(--accent);
186
- outline-offset: 2px;
+*:focus-visible,
+:-moz-focusring {
+ /* weird Firefox behavior makes it necessary to add `!important`
187
+ or otherwise the selector would need to be more specific,
188
+ which it explicitly should note be. */
189
+ outline: 2px solid var(--accent) !important;
190
+ outline-offset: 2px !important;
191
192
193
/* Reset dd margin (browser default is margin-left: 40px) */
0 commit comments