0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-28 10:24:19 +01:00

fix custom file input too

This commit is contained in:
Mark Otto 2017-10-22 12:37:45 -07:00
parent cd4cd7fbe8
commit 4bd4ff1130

View File

@ -106,7 +106,9 @@
&::before { border-color: inherit; }
}
&: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);
}
}
}
}