This commit is contained in:
Bastian Wagner
2026-02-20 13:52:19 +01:00
parent 62520466dc
commit 955faa5cd5
2 changed files with 13 additions and 5 deletions

View File

@@ -218,4 +218,12 @@ div.ag-row {
.ag-filter-body-wrapper {
padding: 8px 12px;
gap: 6px;
}
.active-link {
// background-color: rgba(0, 0, 0, 0.08) !important;
font-weight: 500 !important;
box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}