Skip to content
Snippets Groups Projects
Commit 1c7ad74e authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Add new icons

parent df848273
Branches
Tags
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -35,9 +35,9 @@
We're overriding the global, which we set to border-box
*/
box-sizing: content-box;
width: 1.25rem;
height: 1.25rem;
padding: calc($space / 2);
width: 1.0rem;
height: 1.0rem;
padding: 0.25rem;
outline: none;
user-select: none;
}
......@@ -48,9 +48,16 @@
}
/* @todo: refactor radio divs to input */
.radio { opacity: 0.4; cursor: pointer; }
.radio.is-active { opacity: 1; }
.radio.is-disabled { cursor: default; }
.radio {
filter: saturate(0);
cursor: pointer;
}
.radio.is-active {
filter: none;
}
.radio.is-disabled {
cursor: default;
}
.radio-left {
border: 1px solid $form-border;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment