Skip to content

Commit

Permalink
work for #8129 Popup submenu
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed May 24, 2024
1 parent c91d96a commit 8add434
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/common-styles/sv-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@
outline: none;
}

.sv-list__item--hovered > .sv-list__item-body,
.sv-list__item-body:hover,
.sv-list__item-body:focus {
.sv-list__item:focus .sv-list__item-body,
.sv-list__item--hovered > .sv-list__item-body {
background-color: $background-dark;
}

Expand Down

0 comments on commit 8add434

Please sign in to comment.