8000 Merge pull request #18381 from twbs/file-input-width-var · liuwenye2010/bootstrap@23d7b7f · GitHub
[go: up one dir, main page]

Skip to content

Commit 23d7b7f

Browse files
committed
Merge pull request twbs#18381 from twbs/file-input-width-var
Use $input-border-width for custom file input borders
2 parents b7e3e92 + 12d0f98 commit 23d7b7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/_custom-forms.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
color: #555;
196196
user-select: none;
197197
background-color: #fff;
198-
border: .075rem solid #ddd;
198+
border: $input-border-width solid #ddd;
199199
border-radius: .25rem;
200200
@include box-shadow(inset 0 .2rem .4rem rgba(0,0,0,.05));
201201
}
@@ -215,7 +215,7 @@
215215
color: #555;
216216
content: "Browse";
217217
background-color: #eee;
218-
border: .075rem solid #ddd;
218+
border: $input-border-width solid #ddd;
219219
border-radius: 0 .25rem .25rem 0;
220220
}
221221

0 commit comments

Comments
 (0)
0