| 1 | | Replying to [comment:32 Michael Arestad]: |
| 2 | | > Quick note, we can add visual borders without influencing the box parameters (padding, margin, border). Using pseudo elements, box-shadows, or other techniques we can avoid forcing a line-break. |
| 3 | | |
| 4 | | eg. like :after and :before, combined with :content? Gonna try it now. |
| 5 | | |
| 6 | | Thou I still don't understand what exactly is speaking against using |
| 7 | | {{{ |
| 8 | | :focus { ... text-decoration: underline; } |
| 9 | | }}} |
| 10 | | |
| 11 | | Seems to be a pretty straigh-forward and working solution to me. Esp. because nobody else aside the keyboard users is going to see (or need) it. |
| 12 | | |
| 13 | | cu, w0lf. |
| | 1 | - |