@ -20,7 +20,7 @@
/* Active */
[class*="button"]:active {
background-color: #333;
transition: background-color .2s linear;
transition: background-color .1s linear;
}
/* Button modifiers
@ -29,7 +29,7 @@
/* Active state for toggle */
.toggle.active {
background-color: #4cd964;
border: 1px solid #4cd964;
border: 2px solid #4cd964;
/* Active state for toggle handle */