remove box-shadows around radio buttons and checkboxes on mobile

This commit is contained in:
Neil Lalonde 2017-05-18 18:04:47 -04:00
parent fa77bbf04f
commit 5e88794a65
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ input {
box-shadow: inset 0 1px 1px rgba(0,0,0, .3);
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
}
input[type=radio], input[type=checkbox] {
box-shadow: none;
}
#reply-control {
// used for upload link