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
3daf4275
Commit
3daf4275
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
rm unnecessary border-radius properties from .btn-group-vertical code
[skip sauce] [skip validator]
parent
fa696d04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_button-group.scss
+0
-2
scss/_button-group.scss
with
0 additions
and
2 deletions
+0
-2
scss/_button-group.scss
+
0
-
2
View file @
3daf4275
...
@@ -177,11 +177,9 @@
...
@@ -177,11 +177,9 @@
border-radius
:
0
;
border-radius
:
0
;
}
}
&
:first-child:not
(
:last-child
)
{
&
:first-child:not
(
:last-child
)
{
border-top-right-radius
:
$btn-border-radius
;
@include
border-bottom-radius
(
0
);
@include
border-bottom-radius
(
0
);
}
}
&
:last-child:not
(
:first-child
)
{
&
:last-child:not
(
:first-child
)
{
border-bottom-left-radius
:
$btn-border-radius
;
@include
border-top-radius
(
0
);
@include
border-top-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