Skip to content

Close icon not showing #67

@marcosg

Description

@marcosg

In app/assets/stylesheets/gritter.css.scss

.gritter-css2 .gritter-close {
  background:url(asset-url('gritter.png')) no-repeat left top;
}
.gritter-css3 .gritter-close {
  background:url(asset-url('gritter-close.png')) no-repeat;
}

should be:

.gritter-css2 .gritter-close {
  background: asset-url('gritter.png') no-repeat left top;
}
.gritter-css3 .gritter-close {
  background: asset-url('gritter-close.png') no-repeat;
}

The url(asset-url( pattern is also used in other places in the file. I'm not sure what these do, but they should also probably be corrected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions