Skip to content

Commit

Permalink
chore(Card): disable hover indication of selected element
Browse files Browse the repository at this point in the history
  • Loading branch information
DaryaLari committed Sep 11, 2024
1 parent 6c610b1 commit b5572b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Card/Card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ $block: '.#{variables.$ns}card';
&:hover {
--_--border-color: transparent;

&::before {
&:not(#{$block}_selected)::before {
content: '';
border: 2px solid var(--g-color-line-brand);
opacity: 0.5;
Expand Down

0 comments on commit b5572b8

Please sign in to comment.