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

Commit 48ca9b1

Browse files
Merge branch 'master-local' into master-dist
2 parents 15252be + d2ef176 commit 48ca9b1

28 files changed

+148
-14
lines changed

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.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10254,6 +10254,19 @@ fieldset[disabled] .pagination > li > span.active {
1025410254
box-shadow: 0 2px 2px rgba(3, 3, 3, 0.08);
1025510255
padding: 0;
1025610256
}
10257+
.popover.bottom .popover-title:before {
10258+
content: "";
10259+
position: absolute;
10260+
top: -20px;
10261+
left: 50%;
10262+
-ms-transform: translateX(-50%);
10263+
transform: translateX(-50%);
10264+
border-top-width: 0;
10265+
border-width: 10px;
10266+
border-color: transparent;
10267+
border-bottom-color: #f5f5f5;
10268+
border-style: solid;
10269+
}
1025710270
.popover-content {
1025810271
color: #4d5258;
1025910272
line-height: 18px;

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10255,6 +10255,19 @@ fieldset[disabled] .pagination > li > span.active {
1025510255
box-shadow: 0 2px 2px rgba(3, 3, 3, 0.08);
1025610256
padding: 0;
1025710257
}
10258+
.popover.bottom .popover-title:before {
10259+
content: "";
10260+
position: absolute;
10261+
top: -20px;
10262+
left: 50%;
10263+
-ms-transform: translateX(-50%);
10264+
transform: translateX(-50%);
10265+
border-top-width: 0;
10266+
border-width: 10px;
10267+
border-color: transparent;
10268+
border-bottom-color: #f5f5f5;
10269+
border-style: solid;
10270+
}
1025810271
.popover-content {
1025910272
color: #4d5258;
1026010273
line-height: 18px;

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

0 commit comments

Comments
 (0)