Merge pull request #3872 from ethereum/fix_css_syntax

fix css syntax
pull/5370/head
yann300 2 years ago committed by GitHub
commit 0512400aaa
  1. 1
      apps/remix-ide/src/assets/css/themes/bootstrap-cerulean.min.css

@ -2837,7 +2837,6 @@ input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-
text-decoration: none; text-decoration: none;
background-color: var(--secondary); background-color: var(--secondary);
} }
}
.dropdown-item.active,.dropdown-item:active { .dropdown-item.active,.dropdown-item:active {
color:#fff; color:#fff;
text-decoration:none; text-decoration:none;

Loading…
Cancel
Save