mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Rename .custom-file-control
to .custom-file-label
(#25736)
This commit is contained in:
parent
14f712601e
commit
7b2427cc6b
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue