Skip to content

Instantly share code, notes, and snippets.

@callum
Created May 29, 2015 11:17
Show Gist options
  • Save callum/aea26ad09cce70cfa1c1 to your computer and use it in GitHub Desktop.
Save callum/aea26ad09cce70cfa1c1 to your computer and use it in GitHub Desktop.
<style>
.sign-in {
border: 1px solid black;
}
.sign-in.is-unavailable {
background-color: #eee;
}
</style>
<main class=“sign-in js-sign-in”>
</main>
<script>
document.querySelector('.js-sign-in').classList.add('is-unavailable');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment