mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-21 22:41:31 +08:00
feat: add lerna.md
cheatsheet. 2c276e72ac
This commit is contained in:
@ -597,7 +597,7 @@ body:not(.home) .h3wrap > h3:hover a::after {
|
||||
border-bottom: solid 1px var(--color-border-muted);
|
||||
}
|
||||
|
||||
.h2wrap-body ul:not(.style-none):not(.style-arrow)>li::before {
|
||||
.h2wrap-body ul:not(.style-none)>li::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
@ -665,10 +665,10 @@ body:not(.home) .h3wrap > h3:hover a::after {
|
||||
top: 14px;
|
||||
}
|
||||
|
||||
ul.style-arrow li:before {
|
||||
/* left: -10px;
|
||||
position: relative; */
|
||||
.h2wrap-body ul.style-arrow li:before {
|
||||
position: absolute;
|
||||
background-color: transparent;
|
||||
border-radius: initial;
|
||||
left: 13px;
|
||||
top: 13px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user