Skip to content

Commit 5e9118a

Browse files
authored
Refactor styles
1 parent 86cbab3 commit 5e9118a

1 file changed

Lines changed: 12 additions & 19 deletions

File tree

css/common-bootstrap.css

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -92,28 +92,21 @@
9292
color: var(--dita-prussian-blue);
9393
}
9494

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 {
110107
color: var(--bs-nav-pills-link-active-color);
111108
}
112109

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-
117110
.boolean {
118111
color: var(--bs-green);
119112
}

0 commit comments

Comments
 (0)