Skip to content

Commit

Permalink
Fix issue nostalgic-css#462
Browse files Browse the repository at this point in the history
  • Loading branch information
OPTIPLEX 9010 committed Nov 29, 2021
1 parent b1cc994 commit a5778f5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scss/elements/dialogs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@
border-color: $background-color;

&:not(.is-rounded)::before {
position: absolute;
top: -$border-size * 2;
right: -$border-size * 2;
bottom: -$border-size * 2;
left: -$border-size * 2;
z-index: -1;
content: "";
border: $border-size solid $base-color;
}
Expand Down

0 comments on commit a5778f5

Please sign in to comment.