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
8dd1fe38
Unverified
Commit
8dd1fe38
authored
7 years ago
by
Mark Otto
Committed by
GitHub
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix border-radius on Browse button for custom file input inside input groups (#25356)
parent
98111214
4 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!23207
#22402 : modal: new autofocus & keyboardBtnNav options
,
!17021
v4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_input-group.scss
+2
-2
scss/_input-group.scss
with
2 additions
and
2 deletions
+2
-2
scss/_input-group.scss
+
2
-
2
View file @
8dd1fe38
...
...
@@ -46,9 +46,9 @@
align-items
:
center
;
&
:not
(
:last-child
)
.custom-file-label
,
&
:not
(
:last-child
)
.custom-file-label
::
before
{
@include
border-right-radius
(
0
);
}
&
:not
(
:last-child
)
.custom-file-label
::
after
{
@include
border-right-radius
(
0
);
}
&
:not
(
:first-child
)
.custom-file-label
,
&
:not
(
:first-child
)
.custom-file-label
::
before
{
@include
border-left-radius
(
0
);
}
&
:not
(
:first-child
)
.custom-file-label
::
after
{
@include
border-left-radius
(
0
);
}
}
}
...
...
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