remove unnecessary css styles

This commit is contained in:
catarak 2016-08-09 17:31:14 -04:00
parent 18c2fe9e85
commit 2f581a6a77
1 changed files with 0 additions and 17 deletions

View File

@ -83,23 +83,6 @@
}
}
.preference__autosave-input {
// display: none;
}
.preference__autosave-label {
font-size: #{12 / $base-font-size}rem;
color: $light-inactive-text-color;
cursor: pointer;
&:hover {
color: $light-primary-text-color;
}
}
.preference__autosave-input:checked + .preference__autosave-label {
color: $light-primary-text-color;
}
.preference__options {
display: flex;
justify-content: space-between;