Commit 12d0f985 authored by Chris Rebert's avatar Chris Rebert
Browse files

Use $input-border-width for custom file input borders

Fixes part of #18150

[skip sauce]
[skip validator]
parent 3f294342
Showing with 2 additions and 2 deletions
+2 -2
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
color: #555; color: #555;
user-select: none; user-select: none;
background-color: #fff; background-color: #fff;
border: .075rem solid #ddd; border: $input-border-width solid #ddd;
border-radius: .25rem; border-radius: .25rem;
@include box-shadow(inset 0 .2rem .4rem rgba(0,0,0,.05)); @include box-shadow(inset 0 .2rem .4rem rgba(0,0,0,.05));
} }
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
color: #555; color: #555;
content: "Browse"; content: "Browse";
background-color: #eee; background-color: #eee;
border: .075rem solid #ddd; border: $input-border-width solid #ddd;
border-radius: 0 .25rem .25rem 0; 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