Skip to content

Commit f86b5c3

Browse files
committed
add dropdown caret change color on open
1 parent 16f5710 commit f86b5c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/codeception.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,10 @@ body .panel-info>.panel-heading {
10051005
position: inherit !important;
10061006
}
10071007

1008+
.docs-dropdown.open .caret{
1009+
border-color: #ffffff;
1010+
}
1011+
10081012
.guides-wrapper {
10091013
background-color: #ffffff;
10101014
}

0 commit comments

Comments
 (0)