Skip to content

Commit

Permalink
Rename .custom-file-control to .custom-file-label (#25736)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysds authored and XhmikosR committed Mar 12, 2018
1 parent 14f7126 commit 7b2427c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_custom-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,11 @@
margin: 0;
opacity: 0;

&:focus ~ .custom-file-control {
&:focus ~ .custom-file-label {
border-color: $custom-file-focus-border-color;
box-shadow: $custom-file-focus-box-shadow;

&::before {
&::after {
border-color: $custom-file-focus-border-color;
}
}
Expand Down

0 comments on commit 7b2427c

Please sign in to comment.