1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 16:44:17 +02: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; z-index: 3;
} }
// Bring the custom file input above the label
> .custom-file .custom-file-input:focus {
z-index: 4;
}
> .form-control, > .form-control,
> .custom-select { > .custom-select {
&:not(:last-child) { @include border-right-radius(0); } &:not(:last-child) { @include border-right-radius(0); }