Skip to content
GitLab
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
6eb2e54a
Commit
6eb2e54a
authored
8 years ago
by
Pierre-Denis Vanduynslager
Browse files
Options
Download
Email Patches
Plain Diff
Use box-shadow mixin
parent
7a21517a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/mixins/_forms.scss
+2
-4
scss/mixins/_forms.scss
with
2 additions
and
4 deletions
+2
-4
scss/mixins/_forms.scss
+
2
-
4
View file @
6eb2e54a
...
...
@@ -17,10 +17,8 @@
.form-control
{
border-color
:
$color
;
@if
$enable-shadows
{
&
:focus
{
box-shadow
:
$input-box-shadow
,
0
0
6px
lighten
(
$color
,
20%
);
}
&
:focus
{
@include
box-shadow
(
$input-box-shadow
,
0
0
6px
lighten
(
$color
,
20%
));
}
}
...
...
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