From f93eaff876921ce05a19540ce7c43cd11d153ba5 Mon Sep 17 00:00:00 2001 From: Bartuccio Antoine Date: Sun, 7 Jul 2019 19:08:30 +0200 Subject: [PATCH] pedagogy: small fix for leave comment on desktop --- core/static/core/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index bd22b14b..e0102d76 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -1819,6 +1819,7 @@ $pedagogy-white-text: #f0f0f0; .ui-accordion-header { background-color: $pedagogy-orange; color: $pedagogy-white-text; + clip-path: polygon(0 0%, 0 100%, 30% 100%, 33% 0); @media screen and (max-width: $small-devices){ clip-path: none;