2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
+2
View File
@@ -106,8 +106,10 @@
&::before { border-color: inherit; }
}
&:focus {
~ .custom-file-control {
box-shadow: 0 0 0 $input-btn-focus-width rgba($color, .25);
}
}
}
}
}