Skip to content

Instantly share code, notes, and snippets.

@csswizardry
Created October 23, 2014 14:53
Show Gist options
  • Save csswizardry/478322094b3b6e799f2d to your computer and use it in GitHub Desktop.
Save csswizardry/478322094b3b6e799f2d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.6)
// Compass (v1.0.1)
// ----
.input {
background: deepskyblue;
}
.input:hover {
background: tomato;
}
.input:focus {
background: gold;
}
.input:active {
background: lightgreen;
}
.input:active, .input:hover, .input:focus {
background: lightgreen;
}
.input {
background: deepskyblue;
}
.input:hover {
background: tomato;
}
.input:focus {
background: gold;
}
.input:active {
background: lightgreen;
}
.input:active, .input:hover, .input:focus {
background: lightgreen;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment