Skip to content

Commit

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

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

Expand Down
4 changes: 0 additions & 4 deletions src/common-styles/sv-popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,6 @@ 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 d02f3e1

Please sign in to comment.