Skip to content

Commit 49d4a76

Browse files
authored
Format CSS
1 parent 47b9b09 commit 49d4a76

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

css/common-bootstrap.css

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

95-
.nav-pills .active :is(.cmdname, .codeph, .filepath, .option, .parmname,
96-
.numcharref, .parameterentity, .textentity, .xmlatt, .xmlelement, .xmlnsname, .xmlpi) {
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+
) {
97111
color: var(--bs-nav-pills-link-active-color);
98112
}
99113

0 commit comments

Comments
 (0)