feat: merge $admonition-color-map and $admonition-background-color-map
This commit is contained in:
@@ -88,10 +88,10 @@ code, pre, .highlight table, .highlight tr, .highlight td {
|
||||
|
||||
.code-title::after {
|
||||
padding-left: .2rem;
|
||||
content: 'Code';
|
||||
content: "Code";
|
||||
}
|
||||
|
||||
@each $type, $text in $code-type-map {
|
||||
@each $type, $text in $code-type-list {
|
||||
&.#{$type} .code-title::after {
|
||||
content: $text;
|
||||
}
|
||||
@@ -171,7 +171,7 @@ code, pre, .highlight table, .highlight tr, .highlight td {
|
||||
}
|
||||
|
||||
.table-wrapper {
|
||||
max-height: $MAX_LENGTH;
|
||||
max-height: 10000px;
|
||||
@include details-transition-close;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user