Skip to content

Commit

Permalink
Merge pull request #242 from patternfly/bump-v3.3.2
Browse files Browse the repository at this point in the history
Bumped version number to 3.3.2
  • Loading branch information
jeff-phillips-18 committed Mar 30, 2016
2 parents db14876 + 1c2179b commit 73ac2c1
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 33 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly",
"version": "3.3.1",
"version": "3.3.2",
"authors": "Red Hat",
"license": "Apache-2.0",
"homepage": "https://www.patternfly.org",
Expand All @@ -24,7 +24,7 @@
"bootstrap": "~3.3.6",
"bootstrap-combobox": "~1.1.6",
"bootstrap-datepicker": "~1.4.0",
"bootstrap-select": "~1.7.3",
"bootstrap-select": "1.7.3",
"bootstrap-switch": "~3.3.2",
"bootstrap-touchspin": "~3.0.3",
"bootstrap-treeview": "~1.2.0",
Expand Down
15 changes: 3 additions & 12 deletions dist/css/patternfly-additions.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/patternfly-additions.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/patternfly-additions.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/patternfly-additions.min.css.map

Large diffs are not rendered by default.

15 changes: 2 additions & 13 deletions less/lib/bootstrap-select/bootstrap-select.less
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,6 @@
}
}

&.bs-container {
position: absolute;

.dropdown-menu {
z-index: @zindex-select-dropdown;
}
}

// The selectpicker button
.dropdown-toggle {
.filter-option {
Expand All @@ -127,6 +119,7 @@
// The selectpicker dropdown
.dropdown-menu {
min-width: 100%;
z-index: @zindex-select-dropdown;
box-sizing: border-box;

&.inner {
Expand All @@ -152,10 +145,6 @@

a {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

&.opt {
position: relative;
Expand Down Expand Up @@ -297,6 +286,7 @@
}

.bs-actionsbox {
float: left;
width: 100%;
box-sizing: border-box;

Expand All @@ -323,7 +313,6 @@
& .form-control {
margin-bottom: 0;
width: 100%;
float: none;
}
}

Expand Down
2 changes: 1 addition & 1 deletion less/lib/bootstrap-select/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

@width-default: 220px; // 3 960px-grid columns

@zindex-select-dropdown: 1060; // must be higher than a modal background (1050)
@zindex-select-dropdown: 1035; // must be lower than a modal background (1040) but higher than the fixed navbar (1030)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "patternfly",
"version": "3.3.1",
"version": "3.3.2",
"author": "Red Hat",
"license": "Apache-2.0",
"dependencies": {
"bootstrap": "~3.3.5",
"bootstrap-datepicker": "~1.4.0",
"bootstrap-select": "~1.7.3",
"bootstrap-select": "1.7.3",
"bootstrap-switch": "~3.3.2",
"bootstrap-touchspin": "~3.1.1",
"bootstrap-treeview": "~1.2.0",
Expand Down

0 comments on commit 73ac2c1

Please sign in to comment.