Mark Avery
Mark Avery
@oliverlangan Hmm.. i’ve never actually uses a set of loading styles when overriding the “loading” action. I’m unsure if it loads even an intermediary route in this case.
I think your workaround is the only way you could probably do this since there is no route that is loaded to base a default class off of. 😞
@psbanka and this is in the component, not a controller correct?
https://github.com/ebryn/ember-component-css/blob/6c669ed44deb26d66b9ee98641fd3d10a53fcf49/addon/initializers/component-styles.js#L37-L41 you could redefine the whole computed property. Or maybe we could move the setting of this to the init.
https://github.com/ebryn/ember-component-css/blob/6c669ed44deb26d66b9ee98641fd3d10a53fcf49/index.js#L153-L169 we pull out the initializer in versions after 3.6, so it shouldn’t be in there. Are you using the latest version?
are all of your addons on the newest version?
@rwwagner90 i'll try to look into this, and garner enough information to layout a plan soon.
the rewrite that is under way could allow for this facilitation more. A example of what you are looking for would also be helpful in fully understanding the desired functionality.
hmm.. never used sass maps before. I'll look this over this weekend and get back to you.
we’ve been doing our theming with css vars and just been letting ie11 rely on what you can polyfill (which is a good portion).. 😬 so we haven’t had a...