Skip to content

Instantly share code, notes, and snippets.

@dani-z
Created November 2, 2015 07:49
Show Gist options
  • Save dani-z/935eca42ba37327c97ea to your computer and use it in GitHub Desktop.
Save dani-z/935eca42ba37327c97ea to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
.box {
text-align: center;
height: 340px;
width: 100%;
padding: 35px 25px;
a:hover &,
&:focus {
text-decoration: none;
background-color: red;
}
}
.box {
text-align: center;
height: 340px;
width: 100%;
padding: 35px 25px;
}
a:hover .box, .box:focus {
text-decoration: none;
background-color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment