Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 0058b60

Browse files
Merge branch 'master-local' into master-dist
2 parents 268e0f1 + b33aa46 commit 0058b60

31 files changed

+85
-51
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ language: node_js
22
node_js:
33
- '6'
44

5-
cache:
6-
directories:
7-
- node_modules
5+
cache: false
86

97
addons:
108
chrome: stable

backstop/config/scenarios/list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ module.exports = [{
55
label: 'list',
66
url: 'dist/tests/list-pf.html',
77
disabled: false,
8-
misMatchThreshold: 7.05
8+
misMatchThreshold: 7.30
99
}]

backstop/config/scenarios/pagination-table-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ module.exports = [{
44
label: 'pagination-table-view',
55
url: 'dist/tests/pagination-table-view.html',
66
disabled: false,
7-
misMatchThreshold: 7.80
7+
misMatchThreshold: 8.30
88
}]

backstop/config/scenarios/table-view-navbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ module.exports = [{
44
label: 'table-view-navbar',
55
url: 'dist/tests/table-view-navbar.html',
66
disabled: false,
7-
misMatchThreshold: 7.80
7+
misMatchThreshold: 8.30
88
}]

dist/css/patternfly-additions.css

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,6 @@ fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
11001100
min-width: 16px;
11011101
padding: 4px 5px;
11021102
line-height: 1.66666667;
1103-
text-shadow: 0 1px 0 #fff;
11041103
border-width: 1px 0;
11051104
margin-left: -5px;
11061105
margin-right: -5px;
@@ -1623,6 +1622,10 @@ select.selectpicker {
16231622
.c3-chart-arc path {
16241623
stroke: #fff;
16251624
}
1625+
.c3-chart-arc rect {
1626+
stroke: white;
1627+
stroke-width: 1;
1628+
}
16261629
.c3-chart-arc text {
16271630
fill: #fff;
16281631
font-size: 13px;
@@ -1752,7 +1755,7 @@ select.selectpicker {
17521755
}
17531756
.c3-chart-arcs .c3-chart-arcs-background {
17541757
fill: #e0e0e0;
1755-
stroke: none;
1758+
stroke: #FFF;
17561759
}
17571760
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
17581761
fill: #000;
@@ -5151,6 +5154,13 @@ a.disabled {
51515154
}
51525155
.login-pf {
51535156
height: 100%;
5157+
background: #030303 url("../img/bg-login.jpg") repeat-x 50% 0;
5158+
background-size: auto;
5159+
}
5160+
@media (min-width: 768px) {
5161+
.login-pf {
5162+
background-size: 100% auto;
5163+
}
51545164
}
51555165
.login-pf #brand {
51565166
position: relative;

dist/css/patternfly-additions.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/patternfly-additions.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/patternfly-additions.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/js/patternfly-settings-base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'use strict';
33

44
var patternfly = {
5-
version: "3.44.0"
5+
version: "0.0.0-semantically-released",
66
};
77

88
// definition of breakpoint sizes for tablet and desktop modes

dist/js/patternfly-settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'use strict';
33

44
var patternfly = {
5-
version: "3.44.0"
5+
version: "0.0.0-semantically-released",
66
};
77

88
// definition of breakpoint sizes for tablet and desktop modes

0 commit comments

Comments
 (0)