Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
4bd4ff11
Commit
4bd4ff11
authored
7 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix custom file input too
parent
cd4cd7fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/mixins/_forms.scss
+3
-1
scss/mixins/_forms.scss
with
3 additions
and
1 deletion
+3
-1
scss/mixins/_forms.scss
+
3
-
1
View file @
4bd4ff11
...
@@ -106,7 +106,9 @@
...
@@ -106,7 +106,9 @@
&
::before
{
border-color
:
inherit
;
}
&
::before
{
border-color
:
inherit
;
}
}
}
&
:focus
{
&
:focus
{
box-shadow
:
0
0
0
$input-btn-focus-width
rgba
(
$color
,
.25
);
~
.custom-file-control
{
box-shadow
:
0
0
0
$input-btn-focus-width
rgba
(
$color
,
.25
);
}
}
}
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets