Fixed collapsed inlines rounded bottom borders.

This commit is contained in:
Fabio Caccamo
2021-12-21 15:58:39 +01:00
parent c9e800b5ab
commit 042e93a84b
@@ -431,6 +431,14 @@
border-bottom-right-radius:0;
{% endif %}
}
.admin-interface .module.collapse.collapsed h2 {
/* fix collapsed inlines rounded bottom borders */
{% if theme.css_module_rounded_corners %}
border-bottom-left-radius:4px;
border-bottom-right-radius:4px;
{% endif %}
}
/* end fix */
.admin-interface #content-related {