Skip to content

Commit

Permalink
IBX-2778: Personalization - Wrong styles for Scenarios (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM authored Feb 22, 2023
1 parent 2d3ee7d commit 16bcd73
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/bundle/Resources/public/scss/mixins/_drag-and-drop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,25 @@
border-color: $ibexa-color-info-300;
background-color: $ibexa-color-info-100;
animation: item-highlight-pulse 1s 1;

* {
color: $ibexa-color-info-500;
}

.ibexa-dropdown {
&__selection-info::before,
&__selection-info::after {
background: $ibexa-color-info-500;
}

.ibexa-dropdown__selected-item {
color: $ibexa-color-info-500;
}
}

.ibexa-icon {
fill: $ibexa-color-info-500;
}
}
}

Expand Down

0 comments on commit 16bcd73

Please sign in to comment.