sass_fix.diff

Description: Fix for #954677 FTBFS
Author: Paolo Greppi <paolo.greppi@libpf.com>
This commit is contained in:
su-fang 2023-04-25 16:02:27 +08:00
parent b4b2b3fa4d
commit 9cd5802845
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ $sm-dox__toggle-spacing: floor($sm-dox__main-row-height * 0.1);
border-color: transparent transparent $sm-dox__desktop-sub-item-color transparent;
}
span.scroll-down-arrow {
@extend span.scroll-up-arrow;
@extend .scroll-up-arrow;
top: 8px;
border-style: solid dashed dashed dashed;
border-color: $sm-dox__desktop-sub-item-color transparent transparent transparent;