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
2416801c
Commit
2416801c
authored
7 years ago
by
Mark Otto
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
remove input group overrides since they're defaults now
parent
73ca04df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_input-group.scss
+0
-10
scss/_input-group.scss
with
0 additions
and
10 deletions
+0
-10
scss/_input-group.scss
+
0
-
10
View file @
2416801c
...
...
@@ -43,12 +43,6 @@
.custom-file
{
display
:
flex
;
align-items
:
center
;
width
:
100%
;
.custom-file-input
{
width
:
100%
;
min-width
:
0
;
}
&
:not
(
:first-child
)
:not
(
:last-of-type
)
.custom-file-control
,
&
:not
(
:first-child
)
:not
(
:last-of-type
)
.custom-file-control
::before
{
@include
border-radius
(
0
);
}
...
...
@@ -57,10 +51,6 @@
&
:last-of-type:not
(
:first-child
)
.custom-file-control
,
&
:last-of-type:not
(
:first-child
)
.custom-file-control
::before
{
@include
border-left-radius
(
0
);
}
}
.custom-select
{
width
:
100%
;
}
}
...
...
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