Skip to content

Commit

Permalink
fix(style): provide some light highlighting of selected list items
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester-pari committed Aug 21, 2023
1 parent f51068a commit 80b1cea
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions elements/itemfilter/src/style.eox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,12 @@ ul#results {
ul li {
padding-left: 0;
}
eox-itemfilter-expandcontainer ul,
details ul {
padding: 0.5rem;
eox-itemfilter-expandcontainer ul li,
details ul li {
padding: 0.2rem;
}
li.highlighted {
background: #00417011;
}
section {
position: relative;
Expand Down

0 comments on commit 80b1cea

Please sign in to comment.