Skip to content

Commit

Permalink
Increased the priority of the keyword highlight as it was being overu…
Browse files Browse the repository at this point in the history
…led by amazon CSS.
  • Loading branch information
FMaz008 committed May 25, 2024
1 parent 0c4a725 commit 6d73407
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion resource/css/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ div.vh-grid .vvp-item-tile .vvp-item-tile-content > * {
background-color: var(--item-highlight-background);
}

#vh-tabs .keyword-highlight {
#vh-tabs #vvp-items-grid .keyword-highlight,
#vh-tabs #tab-unavailable .keyword-highlight,
#vh-tabs #tab-hidden .keyword-highlight,
#vh-tabs #tab-pinned .keyword-highlight {
border: 3px solid var(--alert) !important;
}

Expand Down

0 comments on commit 6d73407

Please sign in to comment.