Skip to content

Commit c190c87

Browse files
committed
fix dropdown caret on open
1 parent f86b5c3 commit c190c87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/codeception.css

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

1008-
.docs-dropdown.open .caret{
1009-
border-color: #ffffff;
1008+
.dropdown.open .caret{
1009+
border-top-color: #ffffff;
10101010
}
10111011

10121012
.guides-wrapper {

0 commit comments

Comments
 (0)