mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 14:42:50 +02:00
LibWeb: Apply input range accent color not when appearance: none;
(cherry picked from commit 9fbf5039a63cbb461470f095bc308caae68db805)
This commit is contained in:
committed by
Nico Weber
parent
4b3c5f5ad5
commit
ceca910486
@@ -295,8 +295,9 @@ private:
|
||||
JS::GCPtr<DOM::Element> m_file_label;
|
||||
|
||||
void update_slider_shadow_tree_elements();
|
||||
JS::GCPtr<DOM::Element> m_slider_thumb;
|
||||
JS::GCPtr<DOM::Element> m_slider_runnable_track;
|
||||
JS::GCPtr<DOM::Element> m_slider_progress_element;
|
||||
JS::GCPtr<DOM::Element> m_slider_thumb;
|
||||
|
||||
JS::GCPtr<DecodedImageData> image_data() const;
|
||||
JS::GCPtr<SharedResourceRequest> m_resource_request;
|
||||
|
||||
Reference in New Issue
Block a user