|
@@ -72,16 +72,16 @@ input[type="text"], input[type="email"], input[type="password"], input[type="url
|
|
|
color: $input-placeholder-color;
|
|
|
}
|
|
|
|
|
|
- &:focus {
|
|
|
- box-shadow: 0 0 4px 0 $input-shadow-color;
|
|
|
- border-color: $input-background-color;
|
|
|
- }
|
|
|
-
|
|
|
@include for-mobile {
|
|
|
fieldset.module & {
|
|
|
box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.04)
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ &:focus, fieldset.module &:focus {
|
|
|
+ box-shadow: 0 0 4px 0 $input-shadow-color;
|
|
|
+ border-color: $input-background-color;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
textarea {
|