serenity/Base
Sam Atkins fe7e797483 LibWeb: Implement the CSS outline property :^)
...along with `outline-color`, `outline-style`, and `outline-width`.

This re-uses the existing border-painting code, which seems to work well
enough!

This replaces the previous code for drawing focus-outlines, with generic
outline painting for any elements that want it. Focus outlines are now
instead supported by this code in Default.css:

```css
:focus-visible {
    outline: auto;
}
```
2023-08-03 05:25:48 +02:00
..
etc Base: Move user nona from group 200 into existing group users 2023-05-20 14:40:24 +02:00
home/anon Base: Setup file associations for .tvg 2023-07-03 23:54:51 +02:00
res LibWeb: Implement the CSS outline property :^) 2023-08-03 05:25:48 +02:00
root Base: Stop generating strace(1) manpage 2023-07-06 10:41:49 +01:00
usr/share Base: Remove the empty /usr/lib and /usr/include directories 2023-07-31 06:26:58 +02:00
www Base: Improve default WebServer pages 2022-02-23 21:28:17 +00:00
.gitignore Meta: Don't generate emoji.txt into the source tree 2022-09-05 09:50:31 -04:00