Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorysds <fellows3@gmail.com>2018-03-12 20:51:27 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-03-12 20:51:27 +0300
commit7b2427cc6b790b2b66dee32ba55b8fa694b789e2 (patch)
tree66987e8e32195216fcfa451e2a208d658eb30e87 /scss
parent14f712601edf87aa4e2e65243775682b1270124e (diff)
Rename `.custom-file-control` to `.custom-file-label` (#25736)
Diffstat (limited to 'scss')
-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 27de8769a4..2d65dcbc92 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;
}
}