mirror of https://gitee.com/openkylin/doxygen.git
sass_fix.diff
Description: Fix for #954677 FTBFS Author: Paolo Greppi <paolo.greppi@libpf.com>
This commit is contained in:
parent
b4b2b3fa4d
commit
9cd5802845
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue