0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

#26912: fix custom file input z-index

This commit is contained in:
Martijn Cuppens 2018-07-18 17:37:32 +02:00 committed by Mark Otto
parent c45e5594b7
commit 6f52b2eafa

View File

@ -35,6 +35,11 @@
z-index: 3;
}
// Bring the custom file input above the label
> .custom-file .custom-file-input:focus {
z-index: 4;
}
> .form-control,
> .custom-select {
&:not(:last-child) { @include border-right-radius(0); }