diff --git a/assets/styles/layout/_doc.scss b/assets/styles/layout/_doc.scss index 1983f485c..007aca2ab 100644 --- a/assets/styles/layout/_doc.scss +++ b/assets/styles/layout/_doc.scss @@ -271,7 +271,7 @@ line-height: 1.5; scroll-margin-top: 6.5rem; - &.doc-option-type { + .doc-option-type { font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, Liberation Mono, monospace; color: var(--primary-500); font-weight: 500; @@ -293,13 +293,6 @@ } } - &.doc-option-parameter { - > .doc-option-parameter-scope { - font-weight: 500; - color: var(--surface-600); - } - } - &:first-child { color: var(--primary-color); font-weight: 700; diff --git a/components/doc/DocApiTable.vue b/components/doc/DocApiTable.vue index 38deae290..febc56c3e 100644 --- a/components/doc/DocApiTable.vue +++ b/components/doc/DocApiTable.vue @@ -19,12 +19,7 @@ - +