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

Dojo theme updates #4

Merged
merged 4 commits into from
Feb 15, 2018
Merged

Dojo theme updates #4

merged 4 commits into from
Feb 15, 2018

Conversation

smhigley
Copy link
Contributor

@smhigley smhigley commented Feb 9, 2018

Resolves the following @dojo/widgets issues:

dojo/widgets#453
dojo/widgets#239
dojo/widgets#446

@dylans dylans added this to the rc.1 milestone Feb 9, 2018
@@ -36,5 +37,16 @@
}

.selectedOption {
composes: checkIcon;
Copy link
Member

Choose a reason for hiding this comment

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

I think this can cause issues with duplicated class names and doesn't make it clear where you are composing from. Are you able to change to composes checkIcon from './icons.m.css' please? Also, are you missing icon class here too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It can't use the icon class, since only the pseudo-element should be an icon, and the actual element has normal text.

}

.selectedOption::before {
font-family: 'dojo2BaseTheme';
Copy link
Member

Choose a reason for hiding this comment

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

what is dojo2BaseTheme ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The icon font name. Should probably be moved to a variable.

@smhigley smhigley merged commit 8bd4c57 into dojo:master Feb 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants