Commit 23d7b7fe authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #18381 from twbs/file-input-width-var

Use $input-border-width for custom file input borders
parents b7e3e92d 12d0f985
Showing with 2 additions and 2 deletions
+2 -2
......@@ -195,7 +195,7 @@
color: #555;
user-select: none;
background-color: #fff;
border: .075rem solid #ddd;
border: $input-border-width solid #ddd;
border-radius: .25rem;
@include box-shadow(inset 0 .2rem .4rem rgba(0,0,0,.05));
}
......@@ -215,7 +215,7 @@
color: #555;
content: "Browse";
background-color: #eee;
border: .075rem solid #ddd;
border: $input-border-width solid #ddd;
border-radius: 0 .25rem .25rem 0;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment