Skip to content

Commit

Permalink
fix(dialog): add the after just when is-dark without is-rounded.
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Feb 9, 2019
1 parent c922638 commit b4db25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/elements/dialogs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
background-color: $base-color;
border-color: $background-color;

&::after {
&:not(.is-rounded)::after {
position: absolute;
top: -$border-size * 1.8;
right: -$border-size * 1.8;
Expand Down

0 comments on commit b4db25c

Please sign in to comment.