Just use the _selected modifier for wp-single-card

pull/10343/head
Benjamin Bädorf 3 years ago
parent f41ec23d10
commit 9595594c36
No known key found for this signature in database
GPG Key ID: 069CA2D117AB5CCF
  1. 4
      frontend/src/app/features/work-packages/components/wp-card-view/wp-single-card/wp-single-card.component.sass

@ -146,7 +146,7 @@
&_closed
color: $spot-color-basic-gray-2
.op-wp-single-card_checked &
.op-wp-single-card_selected &
background-color: $spot-color-main-light
&--inline-buttons
@ -157,7 +157,7 @@
&.-show
opacity: 1
.op-wp-single-card_checked &
.op-wp-single-card_selected &
background-color: $spot-color-main-light
&--inline-cancel-button

Loading…
Cancel
Save