Fixed notification border radius being broken with alt actions
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user