Commit 2d87e229 authored by Erik Reider's avatar Erik Reider

Fixed notification border radius being broken with alt actions

parent e5de8364
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment