Commit ebfe465b authored by Mark Otto's avatar Mark Otto

Merge pull request #94 from weslly/master

fixed background-color for disabled links in pagination
parents cf47ef0b 9e0a526a
......@@ -483,7 +483,7 @@ footer {
}
&.disabled a,
&.disabled a:hover {
background-color: none;
background-color: transparent;
color: @grayLight;
}
&.next a {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment