Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
7d194a9b
Commit
7d194a9b
authored
Aug 23, 2015
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wrap box-shadows in mixin in custom forms. fixes #17242
parent
096ed52e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
scss/_custom-forms.scss
scss/_custom-forms.scss
+3
-3
No files found.
scss/_custom-forms.scss
View file @
7d194a9b
...
@@ -146,7 +146,7 @@
...
@@ -146,7 +146,7 @@
&
:focus
{
&
:focus
{
border-color
:
#51a7e8
;
border-color
:
#51a7e8
;
outline
:
none
;
outline
:
none
;
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0
.075
)
,
0
0
5px
rgba
(
81
,
167
,
232
,
0
.5
);
@include
box-shadow
(
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0
.075
)
,
0
0
5px
rgba
(
81
,
167
,
232
,
0
.5
)
);
}
}
// Hides the default caret in IE11
// Hides the default caret in IE11
...
@@ -197,7 +197,7 @@
...
@@ -197,7 +197,7 @@
background-color
:
#fff
;
background-color
:
#fff
;
border
:
.075rem
solid
#ddd
;
border
:
.075rem
solid
#ddd
;
border-radius
:
.25rem
;
border-radius
:
.25rem
;
box-shadow
:
inset
0
.2rem
.4rem
rgba
(
0
,
0
,
0
,.
05
);
@include
box-shadow
(
inset
0
.2rem
.4rem
rgba
(
0
,
0
,
0
,.
05
)
);
}
}
.file-custom
:after
{
.file-custom
:after
{
content
:
"Choose file..."
;
content
:
"Choose file..."
;
...
@@ -221,5 +221,5 @@
...
@@ -221,5 +221,5 @@
// Focus state
// Focus state
.file
input
:focus
~
.file-custom
{
.file
input
:focus
~
.file-custom
{
box-shadow
:
0
0
0
.075rem
#fff
,
0
0
0
.2rem
#0074d9
;
@include
box-shadow
(
0
0
0
.075rem
#fff
,
0
0
0
.2rem
#0074d9
)
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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