2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Rename .custom-file-control to .custom-file-label (#25736)

This commit is contained in:
ysds
2018-03-13 02:51:27 +09:00
committed by XhmikosR
parent 14f712601e
commit 7b2427cc6b
+2 -2
View File
@@ -247,11 +247,11 @@
margin: 0;
opacity: 0;
&:focus ~ .custom-file-control {
&:focus ~ .custom-file-label {
border-color: $custom-file-focus-border-color;
box-shadow: $custom-file-focus-box-shadow;
&::before {
&::after {
border-color: $custom-file-focus-border-color;
}
}