mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Inspector: Add ability to filter css properties
This commit is contained in:
parent
3e46cb9067
commit
6e61cc5a1e
Notes:
github-actions[bot]
2025-02-13 11:46:06 +00:00
Author: https://github.com/aplefull
Commit: 6e61cc5a1e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3317
3 changed files with 34 additions and 2 deletions
|
@ -512,6 +512,7 @@ void InspectorClient::load_inspector()
|
|||
auto generate_property_table = [&](auto name) {
|
||||
return MUST(String::formatted(R"~~~(
|
||||
<div id="{0}" class="tab-content">
|
||||
<input class="property-filter" id="{0}-filter" placeholder="Filter properties" />
|
||||
<table class="property-table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue