From b4db25c9e8cbb5f37d3e9d7da72bd2b3d15f1ad4 Mon Sep 17 00:00:00 2001 From: Igor Guastalla de Lima Date: Fri, 8 Feb 2019 22:25:44 -0200 Subject: [PATCH] fix(dialog): add the after just when is-dark without is-rounded. --- scss/elements/dialogs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/elements/dialogs.scss b/scss/elements/dialogs.scss index 315c065..3bb7370 100644 --- a/scss/elements/dialogs.scss +++ b/scss/elements/dialogs.scss @@ -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;