mirror of
https://github.com/mandiant/capa.git
synced 2026-01-07 19:01:04 -08:00
refactor RuleMatchesTable
This commit: - add two new base CSS utility classes - stores the results of parsing in sessionStorage for reuse - add a new settings option `Show column filters` - replaces ../../../ with a path shortcut
This commit is contained in:
@@ -14,6 +14,14 @@ a:hover {
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
.font-monospace {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.cursor-default {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* remove the border from rows other than rule names */
|
||||
.p-treetable-tbody > tr:not(:is([aria-level="1"])) > td {
|
||||
border: none !important;
|
||||
|
||||
Reference in New Issue
Block a user