mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-10 05:02:54 +00:00
LibWeb: Implement progress/range-input accent color in CSS
The `AccentColor` keyword does this in a simpler way, and allows authors to override it.
This commit is contained in:
parent
3ebdb64fed
commit
4c3c907041
Notes:
github-actions[bot]
2025-03-19 10:11:10 +00:00
Author: https://github.com/AtkinsSJ
Commit: 4c3c907041
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3991
5 changed files with 3 additions and 32 deletions
|
@ -268,7 +268,6 @@ private:
|
|||
|
||||
// ^DOM::Element
|
||||
virtual i32 default_tab_index_value() const override;
|
||||
virtual void computed_properties_changed() override;
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):dimension-attributes
|
||||
virtual bool supports_dimension_attributes() const override { return type_state() == TypeAttributeState::ImageButton; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue