Skip to content

Commit

Permalink
Fixed #62 - ConfirmPopup / OverlayPanel overwritten styles defect
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Feb 7, 2024
1 parent 46aff4e commit 849a1d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions theme-base/components/overlay/_confirmpopup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@
}

&:after {
border: solid transparent;
border-style: solid;
border-color: rgba($overlayContentBg, 0);
border-bottom-color: $overlayContentBg;
}

&:before {
border: solid transparent;
border-style: solid;

@if (nth($overlayContentBorder, 2) == 'none') {
border-color: rgba($overlayContentBg, 0);
Expand Down
4 changes: 2 additions & 2 deletions theme-base/components/overlay/_overlaypanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@
}

&:after {
border: solid transparent;
border-style: solid;
border-color: rgba($overlayContentBg, 0);
border-bottom-color: $overlayContentBg;
}

&:before {
border: solid transparent;
border-style: solid;

@if (nth($overlayContentBorder, 2) == 'none') {
border-color: rgba($overlayContentBg, 0);
Expand Down

0 comments on commit 849a1d6

Please sign in to comment.