1
1
mirror of https://github.com/primer/css.git synced 2024-11-25 07:33:41 +03:00

remove comment from form-control

This commit is contained in:
broccolini 2017-06-12 16:25:36 -04:00
parent bdc0de61b3
commit b809f91e8e

View File

@ -36,7 +36,6 @@ label {
border-color: $blue-400;
outline: none;
box-shadow: $form-control-shadow, $btn-input-focus-shadow;
// box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
}
}