Skip to content

Commit

Permalink
EZP-29650: Fix Selection field (Content Type fields) arrow color
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed Oct 3, 2018
1 parent fcb6ead commit e260774
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bundle/Resources/public/scss/core/_custom.dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
position: relative;
color: $ez-color-base-dark;
font-weight: 700;
cursor: pointer;
cursor: initial;
}

&__selection-info {
Expand All @@ -20,6 +20,7 @@
display: flex;
align-items: center;
flex-wrap: wrap;
cursor: pointer;

&:before {
content: '';
Expand Down

0 comments on commit e260774

Please sign in to comment.