mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 13:48:25 +00:00
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.
This commit is contained in:
committed by
Andrew Kaster
parent
449f81bfbe
commit
7766909415
@@ -321,6 +321,8 @@ private:
|
||||
String m_last_src_value;
|
||||
|
||||
bool m_has_uncommitted_changes { false };
|
||||
|
||||
JS::GCPtr<DOM::Element> m_range_progress_element;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user