Skip to content

Commit

Permalink
#8129 apply hovered classes only for dropdown popup
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed May 27, 2024
1 parent ec8fe1e commit 0806e0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/common-styles/sv-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@
outline: none;
}

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

Expand Down
4 changes: 4 additions & 0 deletions src/common-styles/sv-popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,10 @@ sv-popup {
.sv-list__filter {
margin-bottom: calcSize(1);
}

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

.sv-popup__shadow {
box-shadow: $shadow-medium;
Expand Down

0 comments on commit 0806e0a

Please sign in to comment.