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
7fa20188
Commit
7fa20188
authored
7 years ago
by
Benjamin Trenkle
Committed by
XhmikosR
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Remove border-top if list-group follows card-header (#23022)
parent
838924ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_card.scss
+6
-0
scss/_card.scss
with
6 additions
and
0 deletions
+6
-0
scss/_card.scss
+
6
-
0
View file @
7fa20188
...
@@ -76,6 +76,12 @@
...
@@ -76,6 +76,12 @@
&
:first-child
{
&
:first-child
{
@include
border-radius
(
$card-inner-border-radius
$card-inner-border-radius
0
0
);
@include
border-radius
(
$card-inner-border-radius
$card-inner-border-radius
0
0
);
}
}
+
.list-group
{
.list-group-item
:first-child
{
border-top
:
0
;
}
}
}
}
.card-footer
{
.card-footer
{
...
...
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