From ed87a7e5d5b4c29a906ac2263ce452cc9bcfde4e Mon Sep 17 00:00:00 2001 From: Evgeny Lupanov Date: Thu, 26 Mar 2020 09:41:17 +0300 Subject: [PATCH] fix(theme-section): swiper button --- .../app/pages/home/theme-section/theme-section.component.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/app/pages/home/theme-section/theme-section.component.scss b/docs/app/pages/home/theme-section/theme-section.component.scss index 5bab7e30..79541d0d 100644 --- a/docs/app/pages/home/theme-section/theme-section.component.scss +++ b/docs/app/pages/home/theme-section/theme-section.component.scss @@ -55,6 +55,10 @@ &:active { box-shadow: nb-theme(shadow-active-btn); } + + &::after { + content: ''; + } } .swiper-button-prev {