diff --git a/data/style/style.scss b/data/style/style.scss index eb85e3f..71135aa 100644 --- a/data/style/style.scss +++ b/data/style/style.scss @@ -84,6 +84,12 @@ @extend %action-hover; } + &:not(:only-child) { + /* When alternative actions are visible */ + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + } + .notification-content { background: transparent; padding: 6px; @@ -168,12 +174,6 @@ border-top: none; border-right: none; - &:not(:only-child) { - /* When alternative actions are visible */ - border-bottom-left-radius: 0px; - border-bottom-right-radius: 0px; - } - &:first-child { /* add bottom border radius to eliminate clipping */ border-bottom-left-radius: 10px;