Skip to content

Commit

Permalink
adjust active state
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Jan 13, 2022
1 parent 832ccf0 commit cc02948
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/actionlist/action-list-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@

@keyframes ActionList-item-active-bg {
50% {
// this could work if primitive supported rgb (not valid right now)
// box-shadow: inset 0px 2px 12px 6px rgba(var(--color-canvas-default), 0.4), inset 0px 0px 0px 2px var(--color-action-list-item-default-active-border)
box-shadow: inset 0px 2px 12px 6px rgba(var(--color-canvas-default), 0.4);
transform: scale(1);
}

Expand Down Expand Up @@ -285,8 +284,7 @@
.ActionList-item-multiSelectCheckmark {
visibility: hidden;
opacity: 0;
transition:
visibility 0 linear $actionList-item-checkmark-transition-timing,
transition: visibility 0 linear $actionList-item-checkmark-transition-timing,
opacity $actionList-item-checkmark-transition-timing;
}

Expand Down

0 comments on commit cc02948

Please sign in to comment.