feat(build): add style-list-arrow className.

This commit is contained in:
jaywcjlove
2022-10-14 16:30:07 +08:00
parent ce71a63350
commit 9e3b2b913f
2 changed files with 26 additions and 2 deletions

View File

@ -208,14 +208,26 @@ table.show-header thead {
display: table-header-group;
}
table.style-list td + td {
table.style-list td + td, table.style-list-arrow td + td {
padding-top: 0 !important;
}
table.style-list td {
table.style-list td, table.style-list-arrow td {
display: block;
text-align: left !important;
}
table.style-list-arrow td:first-child::before {
content: '';
display: inline-block;
width: 0px;
height: 0px;
border-right: 8px solid transparent;
border-top: 5px solid transparent;
border-left: 8px solid #228e6c;
border-bottom: 5px solid transparent;
}
tt, code {
font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
font-size: 1em;
@ -649,6 +661,7 @@ body:not(.home) .h3wrap > h3:hover a::after {
width: 0.5rem;
border-color: #228e6c;
background: transparent;
border-style: solid;
top: 14px;
}