Commit 4bd4ff11 authored by Mark Otto's avatar Mark Otto
Browse files

fix custom file input too

parent cd4cd7fb
Showing with 3 additions and 1 deletion
+3 -1
...@@ -106,7 +106,9 @@ ...@@ -106,7 +106,9 @@
&::before { border-color: inherit; } &::before { border-color: inherit; }
} }
&:focus { &:focus {
box-shadow: 0 0 0 $input-btn-focus-width rgba($color, .25); ~ .custom-file-control {
box-shadow: 0 0 0 $input-btn-focus-width rgba($color, .25);
}
} }
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment