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

define @focus-outline in base.less #1006

Closed
lc-thomasberger opened this issue Mar 23, 2016 · 2 comments
Closed

define @focus-outline in base.less #1006

lc-thomasberger opened this issue Mar 23, 2016 · 2 comments
Assignees
Milestone

Comments

@lc-thomasberger
Copy link
Member

@Focus outline is not defined in the core theme so it will break compilation when this variable is not in the theme.
to fix this add:
@focus-outline: 3px solid orange;
https://github.com/adaptlearning/adapt_framework/blob/master/src/core/less/base.less#L25

@himanshu1618
Copy link
Contributor

Apart from the above mentioned one below are the few other variables that also need our attention -

  • @primary-color
  • @ie8-max-width
  • @device-width-medium
  • @body-text-font-size

@brian-learningpool
Copy link
Member

+1

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

No branches or pull requests

3 participants