From 37c2ad11b6dd00f9505a51bb8375ec22d553d90a Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sun, 10 Jul 2022 09:54:19 +1000 Subject: [PATCH] fix border radius on shepherd messages remove bottom border radius from message text and top border radius from message footer on guided tour popovers. --- bookwyrm/static/css/vendor/shepherd.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bookwyrm/static/css/vendor/shepherd.scss b/bookwyrm/static/css/vendor/shepherd.scss index 1238b65ae..f8d39b782 100644 --- a/bookwyrm/static/css/vendor/shepherd.scss +++ b/bookwyrm/static/css/vendor/shepherd.scss @@ -17,6 +17,7 @@ @extend .message-body; @extend .is-info.is-light; border-color: $info-light; + border-radius: 0 0 4px 4px; } .shepherd-cancel-icon{background:transparent;border:none;color:hsla(0,0%,50%,.75);cursor:pointer;font-size:2em;font-weight:400;margin:0;padding:0;transition:color .5s ease}.shepherd-cancel-icon:hover{color:rgba(0,0,0,.75)}.shepherd-has-title .shepherd-content .shepherd-cancel-icon{color:hsla(0,0%,50%,.75)}.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover{color:rgba(0,0,0,.75)} @@ -29,6 +30,7 @@ .shepherd-text { @extend .message-body; @extend .is-info.is-light; + border-radius: 0; } .shepherd-content {