Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EZP-30102: updated ezselection field type #839

Merged
merged 1 commit into from
Feb 12, 2019
Merged

EZP-30102: updated ezselection field type #839

merged 1 commit into from
Feb 12, 2019

Conversation

inakijv
Copy link
Contributor

@inakijv inakijv commented Feb 8, 2019

Question Answer
Tickets EZP-30102
Bug fix? yes
New feature? no
BC breaks? no
Tests pass? no
Doc needed? no
License GPL-2.0

screen shot 2019-02-08 at 2 58 22 pm 2

Checklist:

  • Coding standards ($ composer fix-cs)
  • Ready for Code Review

@lserwatka
Copy link
Member

@sunpietro @dew326 @tischsoic please have a look.

@katarzynazawada katarzynazawada self-assigned this Feb 12, 2019
@@ -3,5 +3,20 @@
position: relative;
color: $ez-color-base-dark;
font-weight: bold;

.ez-custom-dropdown__items {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please follow this convention :)

.ez-custom-dropdown {
    &__items {
        border: none;
        box-shadow: 0 calculateRem(2px) calculateRem(4px) 0 rgba(0, 0, 0, 0.45);
    }

    &__item {
        font-weight: 400;

        &--selected {
            font-weight: 400;
            background-color: $ez-secondary-ground;
            color: $ez-white;
        }
    }
}

@inakijv
Copy link
Contributor Author

inakijv commented Feb 12, 2019

@sunpietro updated based on review. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

5 participants