Skip to content

Commit d6fd8c3

Browse files
committed
New selected class name for dna-engine
1 parent 6f95606 commit d6fd8c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/css/layouts/block-duo.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ body >footer >p a i.font-icon {
135135
/* Block Duo layout -- customize colors */
136136
main >section:nth-child(1) { color: white; background-color: steelblue; }
137137
main >section:nth-child(2) { color: gainsboro; background-color: black; }
138-
nav.dna-menu[data-style=flat-tabs] { background-color: dimgray; }
139-
nav.dna-menu[data-style=flat-tabs] span.selected { background-color: darkgray; }
140-
nav.dna-menu[data-style=flat-tabs] span:hover { background-color: darkgray; }
141-
nav.dna-menu[data-style=flat-tabs]+.dna-panels { border-color: darkgray; }
138+
nav.dna-menu[data-style=flat-tabs] { background-color: dimgray; }
139+
nav.dna-menu[data-style=flat-tabs] span.dna-selected { background-color: darkgray; }
140+
nav.dna-menu[data-style=flat-tabs] span:hover { background-color: darkgray; }
141+
nav.dna-menu[data-style=flat-tabs]+.dna-panels { border-color: darkgray; }

0 commit comments

Comments
 (0)