Skip to content

Commit

Permalink
fix(rcue): Addsmissed changes to RCUE sass files from patternfly#1026
Browse files Browse the repository at this point in the history
Some RCUE sass files were not generated due to the timing of the rcue addition and modifications
made in patternfly#1026
  • Loading branch information
jeff-phillips-18 committed May 23, 2018
1 parent 0295d87 commit 97a681e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/sass/converted/rcue/_popovers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@
.popover {
@include box-shadow(0 2px 2px rgba($color-pf-black, (8/100)));
padding: 0;
&.bottom {
.popover-title:before {
content:"";
position: absolute;
top: $popover-position-top;
left: 50%;
transform: translateX(-50%);
border-top-width: $popover-border-top-width;
border-width: $popover-border-width;
border-color: transparent;
border-bottom-color: $popover-border-bottom-color;
border-style: solid;
}
}
}

.popover-content {
Expand Down
4 changes: 4 additions & 0 deletions src/sass/converted/rcue/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,11 @@ $panel-inner-border: $color-pf-bl
$popover-arrow-color: $color-pf-white !default;
$popover-arrow-outer-color: $color-pf-black-400 !default;
$popover-border-color: $color-pf-black-400 !default;
$popover-border-bottom-color: $color-pf-black-150 !default;
$popover-border-width: 10px !default;
$popover-border-top-width: 0 !default;
$popover-max-width: 220px !default;
$popover-position-top: -20px !default;
$popover-title-bg: $color-pf-black-150 !default;
$pre-bg: $color-pf-black-100 !default;
$progress-bg: $color-pf-black-200 !default;
Expand Down

0 comments on commit 97a681e

Please sign in to comment.