LibWeb: Harmonize look of range input element

Previously the entire slider track was colored.
Now only the lower part of the slider track (left side of the thumb) is
colored.
Chrome and Firefox do the same.

(cherry picked from commit 7766909415312b971252f8c7750b0a1873fd5ba0)
This commit is contained in:
simonkrauter
2024-07-08 17:19:45 -03:00
committed by Nico Weber
parent bf6d966a30
commit 8884386b4e
3 changed files with 25 additions and 6 deletions

View File

@@ -317,6 +317,8 @@ private:
String m_last_src_value;
bool m_has_uncommitted_changes { false };
JS::GCPtr<DOM::Element> m_range_progress_element;
};
}