mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-01 11:57:19 +02: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. (cherry picked from commit 7766909415312b971252f8c7750b0a1873fd5ba0)
This commit is contained in:
@@ -317,6 +317,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