|
92 | 92 | color: var(--dita-prussian-blue); |
93 | 93 | } |
94 | 94 |
|
95 | | -/* stylelint-disable @stylistic/indentation */ |
96 | | -/* stylelint-disable @stylistic/selector-descendant-combinator-no-non-space */ |
97 | | -/* stylelint-disable @stylistic/selector-pseudo-class-parentheses-space-inside */ |
98 | | -.nav-pills .active :is(.cmdname, |
99 | | - .codeph, |
100 | | - .filepath, |
101 | | - .option, |
102 | | - .parmname, |
103 | | - .numcharref, |
104 | | - .parameterentity, |
105 | | - .textentity, |
106 | | - .xmlatt, |
107 | | - .xmlelement, |
108 | | - .xmlnsname, |
109 | | - .xmlpi) { |
| 95 | +.nav-pills .active .cmdname, |
| 96 | +.nav-pills .active .codeph, |
| 97 | +.nav-pills .active .filepath, |
| 98 | +.nav-pills .active .option, |
| 99 | +.nav-pills .active .parmname, |
| 100 | +.nav-pills .active .numcharref, |
| 101 | +.nav-pills .active .parameterentity, |
| 102 | +.nav-pills .active .textentity, |
| 103 | +.nav-pills .active .xmlatt, |
| 104 | +.nav-pills .active .xmlelement, |
| 105 | +.nav-pills .active .xmlnsname, |
| 106 | +.nav-pills .active .xmlpi { |
110 | 107 | color: var(--bs-nav-pills-link-active-color); |
111 | 108 | } |
112 | 109 |
|
113 | | -/* stylelint-enable @stylistic/indentation */ |
114 | | -/* stylelint-enable @stylistic/selector-descendant-combinator-no-non-space */ |
115 | | -/* stylelint-enable @stylistic/selector-pseudo-class-parentheses-space-inside */ |
116 | | - |
117 | 110 | .boolean { |
118 | 111 | color: var(--bs-green); |
119 | 112 | } |
|
0 commit comments