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
80d1b6b1
Commit
80d1b6b1
authored
11 years ago
by
ggam
Browse files
Options
Download
Email Patches
Plain Diff
Made panel-variant apply styles only to first child
parent
aa2c152d
1 merge request
!9498
Made panel-variant apply styles only to first child
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/mixins.less
+2
-2
less/mixins.less
with
2 additions
and
2 deletions
+2
-2
less/mixins.less
+
2
-
2
View file @
80d1b6b1
...
...
@@ -331,7 +331,7 @@
// -------------------------
.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) {
border-color: @border;
.panel-heading {
& >
.panel-heading {
color: @heading-text-color;
background-color: @heading-bg-color;
border-color: @heading-border;
...
...
@@ -339,7 +339,7 @@
border-top-color: @border;
}
}
.panel-footer {
& >
.panel-footer {
+ .panel-collapse .panel-body {
border-bottom-color: @border;
}
...
...
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