Skip to content

Commit

Permalink
twbs#26912: fix custom file input z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens committed Jul 18, 2018
1 parent 6cf8700 commit 3ab904a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scss/_input-group.scss
Expand Up @@ -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); }
Expand Down

0 comments on commit 3ab904a

Please sign in to comment.