Skip to content

Commit 9335aec

Browse files
Merge branch '_bump-v3.17.0-local' into master-dist
2 parents 5e78c2f + 4dbae0a commit 9335aec

File tree

5 files changed

+25
-18
lines changed

5 files changed

+25
-18
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-patternfly",
3-
"version": "3.16.0",
3+
"version": "3.17.0",
44
"authors": [
55
"Red Hat"
66
],
@@ -42,7 +42,7 @@
4242
"angular-sanitize": "1.3.0 - 1.5.*",
4343
"angular-bootstrap": "0.14.x",
4444
"lodash": "3.x",
45-
"patternfly": "~3.16.0"
45+
"patternfly": "~3.17.0"
4646
},
4747
"devDependencies": {
4848
"angular-mocks": "1.3.0 - 1.5.*",

dist/docs/css/patternfly-additions.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2557,7 +2557,6 @@ fieldset[disabled] .combobox-container .input-group-addon.active {
25572557
border: 2px solid transparent;
25582558
}
25592559
.card-pf-view .card-pf-heading-kebab .dropdown-kebab-pf {
2560-
margin-left: 10px;
25612560
margin-top: -3px;
25622561
}
25632562
.card-pf-view .card-pf-heading-kebab + .progress-pf-legend p {
@@ -3502,7 +3501,8 @@ a.disabled {
35023501
order: 2;
35033502
}
35043503
.list-view-pf-actions button,
3505-
.list-view-pf-actions > a {
3504+
.list-view-pf-actions > a,
3505+
.list-view-pf-actions .dropdown-kebab-pf {
35063506
margin-left: 10px;
35073507
}
35083508
.list-view-pf-top-align .list-view-pf-actions {
@@ -5567,6 +5567,11 @@ table.dataTable th:active {
55675567
.toolbar-pf .form-group .btn-link:hover {
55685568
color: #0088ce;
55695569
}
5570+
.toolbar-pf .form-group .dropdown-kebab-pf .btn-link {
5571+
padding: 4px 10px;
5572+
margin-left: -10px;
5573+
margin-right: -10px;
5574+
}
55705575
.toolbar-pf-actions {
55715576
display: table;
55725577
margin-bottom: 10px;

dist/docs/css/patternfly.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9260,7 +9260,9 @@ fieldset[disabled] .btn-primary.active {
92609260
color: #252525;
92619261
font-size: 16px;
92629262
line-height: 1;
9263-
padding: 4px 0;
9263+
padding: 4px 10px;
9264+
margin-left: -10px;
9265+
margin-right: -10px;
92649266
}
92659267
.dropdown-kebab-pf .btn-link:active,
92669268
.dropdown-kebab-pf .btn-link:focus,

npm-shrinkwrap.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Red Hat",
33
"name": "angular-patternfly",
4-
"version": "3.16.0",
4+
"version": "3.17.0",
55
"license": "Apache-2.0",
66
"description": "Angular extension of the PatternFly project.",
77
"keywords": ["angular", "patternfly"],
@@ -13,7 +13,7 @@
1313
"angular-sanitize": "1.3.0 - 1.5.*",
1414
"angular-ui-bootstrap": "0.14.x",
1515
"lodash": "3.x",
16-
"patternfly": "~3.16.0"
16+
"patternfly": "~3.17.0"
1717
},
1818
"devDependencies": {
1919
"express": "3.4.4",
@@ -43,7 +43,7 @@
4343
"karma-phantomjs-launcher": "^1.0.0",
4444
"matchdep": "0.3.0",
4545
"nsp": "^2.6.1",
46-
"patternfly-eng-release": "~3.16.0"
46+
"patternfly-eng-release": "~3.17.0"
4747
},
4848
"scripts": {
4949
"test": "grunt test"

0 commit comments

Comments
 (0)