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

fix(FEC-6940): dropdown icon in ie11 fix #22

Merged
merged 3 commits into from
Aug 7, 2017
Merged

Conversation

dvh91
Copy link

@dvh91 dvh91 commented Aug 7, 2017

No description provided.

@dvh91 dvh91 requested a review from dan-ziv August 7, 2017 14:21
@@ -25,7 +25,7 @@
padding-left: 20px;

.icon {
width: 16px;
width: 16px; height: 16px;
Copy link
Contributor

Choose a reason for hiding this comment

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

@dvh91 please fix - one rule at a line

Copy link
Author

@dvh91 dvh91 Aug 7, 2017

Choose a reason for hiding this comment

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

@OrenMe - I usually use width and height in the same line as it makes sense.
same for 'top' 'bottom' 'left' and 'right'.
it's more readable IMO.

Copy link
Contributor

Choose a reason for hiding this comment

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

fair, but still, let's make it 1 line per item, as most, if not all AFAIK, beautifiers will format it like that

@@ -25,7 +25,7 @@
padding-left: 20px;

.icon {
width: 16px;
width: 16px; height: 16px;
Copy link
Contributor

Choose a reason for hiding this comment

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

fair, but still, let's make it 1 line per item, as most, if not all AFAIK, beautifiers will format it like that

@dvh91 dvh91 merged commit 6b4fe4b into master Aug 7, 2017
@dvh91 dvh91 deleted the FEC-6940-ie11-dropmenu-fix branch August 7, 2017 15:55
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.

None yet

2 participants