mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37:44 +00:00
LibWeb: Hide select chevron icon when appearance: none;
This commit is contained in:
parent
29ee576345
commit
c30911ab10
6 changed files with 46 additions and 9 deletions
|
@ -386,6 +386,8 @@ protected:
|
|||
virtual void children_changed() override;
|
||||
virtual i32 default_tab_index_value() const;
|
||||
|
||||
virtual void computed_css_values_changed() { }
|
||||
|
||||
virtual void visit_edges(Cell::Visitor&) override;
|
||||
|
||||
virtual bool id_reference_exists(String const&) const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue