aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorysds <[email protected]>2018-03-13 02:51:27 +0900
committerXhmikosR <[email protected]>2018-03-12 19:51:27 +0200
commit7b2427cc6b790b2b66dee32ba55b8fa694b789e2 (patch)
tree66987e8e32195216fcfa451e2a208d658eb30e87
parent14f712601edf87aa4e2e65243775682b1270124e (diff)
downloadbootstrap-7b2427cc6b790b2b66dee32ba55b8fa694b789e2.tar.xz
bootstrap-7b2427cc6b790b2b66dee32ba55b8fa694b789e2.zip
Rename `.custom-file-control` to `.custom-file-label` (#25736)
-rw-r--r--scss/_custom-forms.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss
index 27de8769a..2d65dcbc9 100644
--- a/scss/_custom-forms.scss
+++ b/scss/_custom-forms.scss
@@ -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;
}
}