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

secondaryPointingInvertedBorderColor is not being used as it should #16

Open
cusspvz opened this issue Jan 30, 2017 · 1 comment
Open

Comments

@cusspvz
Copy link

cusspvz commented Jan 30, 2017

If you pick a different secondaryPointingInvertedBorderColor value than secondaryPointingBorderColor, it would not be used.

/* Inverted */
.ui.secondary.inverted.pointing.menu {
border-color: @secondaryPointingInvertedBorderColor;
}
.ui.secondary.inverted.pointing.menu {
border-width: @secondaryPointingBorderWidth;
border-color: @secondaryPointingBorderColor;
}

Should we swap both those rules?

@jlukic
Copy link
Member

jlukic commented Feb 28, 2017

Yeah that is incorrect

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

No branches or pull requests

2 participants