mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:37:34 +00:00
Browser+LibWeb+WebContent: Add variables display to Inspector
This allows us to see which custom properties apply to a given element, which previously wasn't shown.
This commit is contained in:
parent
53df13fed7
commit
54bbb97ac6
12 changed files with 65 additions and 24 deletions
|
@ -118,6 +118,7 @@ public:
|
|||
{
|
||||
m_custom_properties.set(custom_property_name, style_property);
|
||||
}
|
||||
HashMap<String, CSS::StyleComputer::CustomPropertyResolutionTuple> const& custom_properties() const { return m_custom_properties; }
|
||||
|
||||
void queue_an_element_task(HTML::Task::Source, Function<void()>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue