Skip to content

Commit 28d37f4

Browse files
author
FezVrasta
committed
1 parent 6f6c194 commit 28d37f4

9 files changed

Lines changed: 18 additions & 15 deletions

dist/css/material-wfont.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30313,6 +30313,7 @@ icon-material-blue-grey-A700 {
3031330313
}
3031430314
[class*="panel-"] > .panel-heading {
3031530315
color: rgba(255, 255, 255, 0.84);
30316+
border: 0;
3031630317
}
3031730318
.panel-default > .panel-heading,
3031830319
.panel:not([class*="panel-"]) > .panel-heading {

dist/css/material-wfont.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/material-wfont.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/material-wfont.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/material.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30289,6 +30289,7 @@ icon-material-blue-grey-A700 {
3028930289
}
3029030290
[class*="panel-"] > .panel-heading {
3029130291
color: rgba(255, 255, 255, 0.84);
30292+
border: 0;
3029230293
}
3029330294
.panel-default > .panel-heading,
3029430295
.panel:not([class*="panel-"]) > .panel-heading {

dist/css/material.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/material.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/material.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

less/_panels.less

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
.panel {
2-
border-radius: 2px;
3-
border: 0;
2+
border-radius: 2px;
3+
border: 0;
44

5-
.variations(~" > .panel-heading", background-color, @lightgrey);
6-
.shadow-z-1;
5+
.variations(~" > .panel-heading", background-color, @lightgrey);
6+
.shadow-z-1;
77
}
88

99

1010
[class*="panel-"] > .panel-heading {
11-
color: @darkbg-text;
11+
color: @darkbg-text;
12+
border: 0;
1213
}
1314
.panel-default, .panel:not([class*="panel-"]) {
14-
> .panel-heading {
15-
color: @lightbg-text;
16-
}
15+
> .panel-heading {
16+
color: @lightbg-text;
17+
}
1718
}
1819
.panel-footer {
19-
background-color: @lightgrey;
20+
background-color: @lightgrey;
2021
}

0 commit comments

Comments
 (0)