Skip to content

Instantly share code, notes, and snippets.

@jitendravyas
Created May 11, 2015 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jitendravyas/ddeb96e490f7af4d2d1d to your computer and use it in GitHub Desktop.
Save jitendravyas/ddeb96e490f7af4d2d1d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.2)
// ----
.css-class {
input[type="text"],input[type="text"]:hover,
input[type="date"], input[type="date"]:hover,
select, select:hover {
border: 0;
box-shadow:none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
}
.css-class input[type="text"], .css-class input[type="text"]:hover,
.css-class input[type="date"], .css-class input[type="date"]:hover,
.css-class select, .css-class select:hover {
border: 0;
box-shadow: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment