LibWeb: Apply input range accent color not when appearance: none;

This commit is contained in:
Bastiaan van der Plaat
2024-09-22 11:15:27 +02:00
committed by Tim Flynn
parent 51f5c4a718
commit 9fbf5039a6
2 changed files with 19 additions and 12 deletions

View File

@@ -305,8 +305,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;