unify panel color and fix concerns

pull/1527/head
Andrew Miracle 3 years ago
parent 10e5d56766
commit 1d351b9a42
  1. 1
      apps/remix-ide/src/app.js
  2. 6
      apps/remix-ide/src/assets/css/themes/remix-hacker_owl.css

@ -90,7 +90,6 @@ const css = csjs`
display : flex;
flex-direction : row-reverse;
width : 320px;
margin-right : -1px;
}
.highlightcode {
position : absolute;

@ -8722,7 +8722,7 @@ a.text-dark:hover {
/* Plugins manager */
.plugin-manager {
background: var(--theme-background-panels);
background: var(--light);
}
.plugins-header {
background-color: var(--theme-background-panels) !important;
@ -8908,4 +8908,8 @@ remix-tab .fak {
.ace_rightAlignedText {
color: var(--theme-ace-symbols)!important;
}
div[data-id="remixIdeSidePanel"] {
margin-right: -1px
}
Loading…
Cancel
Save