Skip to content

Commit 8ab197a

Browse files
authored
Format CSS
1 parent dab7da0 commit 8ab197a

1 file changed

Lines changed: 19 additions & 16 deletions

File tree

css/common-bootstrap.css

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

95-
.nav-pills
96-
.active
97-
:is(
98-
.cmdname,
99-
.codeph,
100-
.filepath,
101-
.option,
102-
.parmname,
103-
.numcharref,
104-
.parameterentity,
105-
.textentity,
106-
.xmlatt,
107-
.xmlelement,
108-
.xmlnsname,
109-
.xmlpi
110-
) {
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) {
111110
color: var(--bs-nav-pills-link-active-color);
112111
}
113112

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+
114117
.boolean {
115118
color: var(--bs-green);
116119
}

0 commit comments

Comments
 (0)