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
71c06b75
Commit
71c06b75
authored
7 years ago
by
Andres Galante
Committed by
XhmikosR
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fixes rounded corners on first and lat child on vertical btn group (#24119)
parent
31c87219
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_button-group.scss
+6
-6
scss/_button-group.scss
with
6 additions
and
6 deletions
+6
-6
scss/_button-group.scss
+
6
-
6
View file @
71c06b75
...
...
@@ -152,14 +152,14 @@
&
:not
(
:first-child
)
:not
(
:last-child
)
{
border-radius
:
0
;
}
}
&
:first-child:not
(
:last-child
)
{
@include
border-bottom-radius
(
0
);
}
&
:first-child:not
(
:last-child
)
{
@include
border-bottom-radius
(
0
);
}
&
:last-child:not
(
:first-child
)
{
@include
border-top-radius
(
0
);
&
:last-child:not
(
:first-child
)
{
@include
border-top-radius
(
0
);
}
}
>
.btn-group
:not
(
:first-child
)
:not
(
:last-child
)
>
.btn
{
...
...
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