mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 01:31:00 +00:00
...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;
}
```
|
||
|---|---|---|
| .. | ||
| etc | ||
| home/anon | ||
| res | ||
| root | ||
| usr/share | ||
| www | ||
| .gitignore | ||