|
77 | 77 | --#{$prefix}tertiary-bg-rgb: #{to-rgb($body-tertiary-bg)}; |
78 | 78 | // scss-docs-end root-body-variables |
79 | 79 |
|
80 | | - --#{$prefix}high-emphasis: #{$body-color}; |
81 | | - --#{$prefix}medium-emphasis: #{$body-secondary-color}; |
82 | | - --#{$prefix}disabled: #{$body-tertiary-color}; |
| 80 | + // --#{$prefix}high-emphasis: #{$body-color}; |
| 81 | + // --#{$prefix}medium-emphasis: #{$body-secondary-color}; |
| 82 | + // --#{$prefix}disabled: #{$body-tertiary-color}; |
83 | 83 |
|
84 | | - --#{$prefix}high-emphasis-inverse: #{$high-emphasis-inverse}; |
85 | | - --#{$prefix}medium-emphasis-inverse: #{$medium-emphasis-inverse}; |
86 | | - --#{$prefix}disabled-inverse: #{$disabled-inverse}; |
| 84 | + // --#{$prefix}high-emphasis-inverse: #{$high-emphasis-inverse}; |
| 85 | + // --#{$prefix}medium-emphasis-inverse: #{$medium-emphasis-inverse}; |
| 86 | + // --#{$prefix}disabled-inverse: #{$disabled-inverse}; |
87 | 87 |
|
88 | 88 | --#{$prefix}heading-color: #{$headings-color}; |
89 | 89 |
|
|
159 | 159 | --#{$prefix}tertiary-bg: #{$body-tertiary-bg-dark}; |
160 | 160 | --#{$prefix}tertiary-bg-rgb: #{to-rgb($body-tertiary-bg-dark)}; |
161 | 161 |
|
162 | | - --#{$prefix}high-emphasis: #{$body-color-dark}; |
163 | | - --#{$prefix}medium-emphasis: #{$body-secondary-color-dark}; |
164 | | - --#{$prefix}disabled: #{$body-tertiary-color-dark}; |
| 162 | + // --#{$prefix}high-emphasis: #{$body-color-dark}; |
| 163 | + // --#{$prefix}medium-emphasis: #{$body-secondary-color-dark}; |
| 164 | + // --#{$prefix}disabled: #{$body-tertiary-color-dark}; |
165 | 165 |
|
166 | 166 | @each $color, $value in $theme-colors-dark { |
167 | 167 | --#{$prefix}#{$color}: #{$value}; |
|
0 commit comments