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
One important caveat when working with jquery-ui-sass-rails is that you can't change a theme's background images. You might be able to change a variable like the $bgColorActive to a different color, but this won't have any effect on the background-image set in $bgImgUrlActive. The same is true for the color of icons.
Conclusion (for now): If you need to change background or icon colors you probably also need to set the corresponding $bgImgUrl variables to none.
One important caveat when working with
jquery-ui-sass-rails
is that you can't change a theme's background images. You might be able to change a variable like the$bgColorActive
to a different color, but this won't have any effect on the background-image set in$bgImgUrlActive
. The same is true for the color of icons.Conclusion (for now): If you need to change background or icon colors you probably also need to set the corresponding
$bgImgUrl
variables tonone
.Thanks to @rxaviers for pointing this out in jquery/download.jqueryui.com#36 (comment)
The text was updated successfully, but these errors were encountered: