#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
1 changed files with 5 additions and 0 deletions

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); }