mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
LibWeb: Apply input range accent color not when appearance: none;
This commit is contained in:
committed by
Tim Flynn
parent
51f5c4a718
commit
9fbf5039a6
Notes:
github-actions[bot]
2024-09-23 15:05:43 +00:00
Author: https://github.com/bplaat Commit: https://github.com/LadybirdBrowser/ladybird/commit/9fbf5039a63 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1365 Reviewed-by: https://github.com/trflynn89
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user