- commit
- 970ca45c09173981ad7aa065b98ad4f701e8eeb2
- parent
- 814df0072479501577d49db27982033554c63398
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2017-09-04 15:33
Highlight focused inputs in firefox
Diffstat
| M | sass/form.scss | 3 | +++ |
1 files changed, 3 insertions, 0 deletions
diff --git a/sass/form.scss b/sass/form.scss
@@ -18,6 +18,9 @@ select {
18 18 background: $color-bg;
19 19 color: $color-fg;
20 20
-1 21 &:focus {
-1 22 border-color: $color-link-focus;
-1 23 }
21 24 // FIXME: replace by :user-invalid once available
22 25 &:-moz-ui-invalid {
23 26 border-color: $color-invalid;