mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-27 23:30:04 +02:00
fix custom file input too
This commit is contained in:
@@ -106,8 +106,10 @@
|
|||||||
&::before { border-color: inherit; }
|
&::before { border-color: inherit; }
|
||||||
}
|
}
|
||||||
&:focus {
|
&:focus {
|
||||||
|
~ .custom-file-control {
|
||||||
box-shadow: 0 0 0 $input-btn-focus-width rgba($color, .25);
|
box-shadow: 0 0 0 $input-btn-focus-width rgba($color, .25);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user