Skip to content

After purge, all the hover styles are removed. #55

Description

@metalbrick
.toppest-right .iconfont {
  font-size: 1.4rem;
}
.toppest-right a:hover {
  text-decoration: none;
  color: #23a4db;
}
#topHeader {
  background: #08a1e5 url("../img/top-header.jpg") top no-repeat;
}

After css-purge

.toppest-right .iconfont {
  font-size: 1.4rem;
}
#topHeader {
  background: #08a1e5 url("../img/top-header.jpg") top no-repeat;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions