Minor UI fixes

- article internal border overlap with folded-out details
- article type border-radius when there is only one article type selectable
This commit is contained in:
Felix Niklas 2016-11-23 10:48:46 +01:00
parent c5af2f995a
commit e57d2c6c56

View file

@ -4406,6 +4406,7 @@ footer {
.article-content { .article-content {
color: hsl(60,1%,34%); color: hsl(60,1%,34%);
position: relative; position: relative;
z-index: 1;
padding: 0 55px; padding: 0 55px;
} }
@ -4751,6 +4752,10 @@ footer {
border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0;
} }
.pop-selectable:only-child {
border-radius: 4px;
}
.pop-selectable-icon { .pop-selectable-icon {
fill: hsl(231,3%,40%); fill: hsl(231,3%,40%);
} }