mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
LibWeb: Rename PaintPhase::FocusOutline -> Outline
Any element can have an outline, whether because of focus or not.
This commit is contained in:
parent
9e5c7abd94
commit
8520afaa11
3 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@ enum class PaintPhase {
|
|||
Background,
|
||||
Border,
|
||||
Foreground,
|
||||
FocusOutline,
|
||||
Outline,
|
||||
Overlay,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue