You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our own css uses background-image for link underlines and when I attach our css file to the library this applies it to all your library links too causing an un-needed underline on everything.
What behaviour would you expect?
No underlines from background-image styles. Just needs overwriting in your own css.
How can this issue be replicated?
In your own css (project, not astrum) you could add our website styling for links and should be able to replicate. a { text-shadow: 3px 0 0 #fff, -3px 0 0 #fff; background-image: linear-gradient(to left, #4E514E, #4E514E); background-position: 0 97%; background-repeat: repeat-x; background-size: 1px 1px; text-decoration: none; color: #4E3D42; }
Screenshots / Screencast
Your environment
Platform: Windows
OS Version: 10
Node Version:
NPM Version:
Astrum Version:
The text was updated successfully, but these errors were encountered:
@welcomebrand The current release\2.0.0 of Astrum has additional features to prevent style conflicts between Astrum and project styles. It's still in development but it should fix this issue.
Tell us about the issue you are experiencing
Our own css uses background-image for link underlines and when I attach our css file to the library this applies it to all your library links too causing an un-needed underline on everything.
What behaviour would you expect?
No underlines from background-image styles. Just needs overwriting in your own css.
How can this issue be replicated?
In your own css (project, not astrum) you could add our website styling for links and should be able to replicate.
a { text-shadow: 3px 0 0 #fff, -3px 0 0 #fff; background-image: linear-gradient(to left, #4E514E, #4E514E); background-position: 0 97%; background-repeat: repeat-x; background-size: 1px 1px; text-decoration: none; color: #4E3D42; }
Screenshots / Screencast
Your environment
Platform: Windows
OS Version: 10
Node Version:
NPM Version:
Astrum Version:
The text was updated successfully, but these errors were encountered: