Skip to content

Commit 59e7820

Browse files
committed
fix css syntax
1 parent ae7b855 commit 59e7820

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/remix-ide/src/assets/css/themes/bootstrap-cerulean.min.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2835,8 +2835,7 @@ input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-
28352835
.dropdown-item:focus,.dropdown-item:hover {
28362836
color: var(--text);
28372837
text-decoration: none;
2838-
background-color: var(--secondary);
2839-
}
2838+
background-color: var(--secondary);
28402839
}
28412840
.dropdown-item.active,.dropdown-item:active {
28422841
color:#fff;

0 commit comments

Comments
 (0)