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

Commit f6db54b

Browse files
Merge branch 'master-local' into master-dist
2 parents 4cdfea2 + 63ac904 commit f6db54b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1263
-1217
lines changed

dist/css/patternfly-additions.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3579,6 +3579,7 @@ fieldset[disabled] .combobox-container .input-group-addon.active {
35793579
}
35803580
.contextselector-pf .bootstrap-select > .dropdown-toggle .filter-option {
35813581
text-overflow: ellipsis;
3582+
position: relative;
35823583
}
35833584
.contextselector-pf .bootstrap-select .dropdown-menu li a span.text {
35843585
display: block;
@@ -5848,7 +5849,9 @@ a.disabled {
58485849
outline: 0!important;
58495850
}
58505851
.navbar-pf .navbar-utility li.dropdown > a > .fa,
5851-
.navbar-pf .navbar-utility li.dropdown > button > .fa {
5852+
.navbar-pf .navbar-utility li.dropdown > button > .fa,
5853+
.navbar-pf .navbar-utility li.dropdown > a .pficon,
5854+
.navbar-pf .navbar-utility li.dropdown > button .pficon {
58525855
line-height: 0;
58535856
}
58545857
@media (max-width: 767px) {

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: 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.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/rcue-additions.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3580,6 +3580,7 @@ fieldset[disabled] .combobox-container .input-group-addon.active {
35803580
}
35813581
.contextselector-pf .bootstrap-select > .dropdown-toggle .filter-option {
35823582
text-overflow: ellipsis;
3583+
position: relative;
35833584
}
35843585
.contextselector-pf .bootstrap-select .dropdown-menu li a span.text {
35853586
display: block;
@@ -5849,7 +5850,9 @@ a.disabled {
58495850
outline: 0!important;
58505851
}
58515852
.navbar-pf .navbar-utility li.dropdown > a > .fa,
5852-
.navbar-pf .navbar-utility li.dropdown > button > .fa {
5853+
.navbar-pf .navbar-utility li.dropdown > button > .fa,
5854+
.navbar-pf .navbar-utility li.dropdown > a .pficon,
5855+
.navbar-pf .navbar-utility li.dropdown > button .pficon {
58535856
line-height: 0;
58545857
}
58555858
@media (max-width: 767px) {

dist/css/rcue-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/rcue-additions.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/rcue-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.47.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.47.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)