Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
8c20b8db
Commit
8c20b8db
authored
Mar 19, 2018
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fix debugger UI
parent
62cf06d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
package.json
remix-debugger/package.json
+1
-1
DropdownPanel.js
remix-debugger/src/ui/DropdownPanel.js
+5
-1
No files found.
remix-debugger/package.json
View file @
8c20b8db
{
{
"name"
:
"remix-debugger"
,
"name"
:
"remix-debugger"
,
"version"
:
"0.1.
1
"
,
"version"
:
"0.1.
2
"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"contributors"
:
[
"contributors"
:
[
{
{
...
...
remix-debugger/src/ui/DropdownPanel.js
View file @
8c20b8db
...
@@ -19,6 +19,10 @@ var css = csjs`
...
@@ -19,6 +19,10 @@ var css = csjs`
.name {
.name {
font-weight: bold;
font-weight: bold;
}
}
.nameDetail {
font-weight: bold;
margin-left: 3px;
}
.icon {
.icon {
color:
${
styles
.
rightPanel
.
debuggerTab
.
button_Debugger_icon_Color
}
;
color:
${
styles
.
rightPanel
.
debuggerTab
.
button_Debugger_icon_Color
}
;
margin-right: 5%;
margin-right: 5%;
...
@@ -131,7 +135,7 @@ DropdownPanel.prototype.render = function (overridestyle) {
...
@@ -131,7 +135,7 @@ DropdownPanel.prototype.render = function (overridestyle) {
</style>
</style>
<div class="
${
css
.
title
}
title">
<div class="
${
css
.
title
}
title">
<div class="
${
css
.
icon
}
fa fa-caret-right" onclick=
${
function
()
{
self
.
toggle
()
}
} ></div>
<div class="
${
css
.
icon
}
fa fa-caret-right" onclick=
${
function
()
{
self
.
toggle
()
}
} ></div>
<div class="
${
css
.
name
}
" onclick=
${
function
()
{
self
.
toggle
()
}
} >
${
this
.
name
}
</div><span onclick=
${
function
()
{
self
.
toggle
()
}
} ></span>
<div class="
${
css
.
name
}
" onclick=
${
function
()
{
self
.
toggle
()
}
} >
${
this
.
name
}
</div><span
class="
${
css
.
nameDetail
}
"
onclick=
${
function
()
{
self
.
toggle
()
}
} ></span>
<div onclick=
${
function
()
{
self
.
copyClipboard
()
}
} title='raw' class="
${
css
.
eyeButton
}
btn fa fa-clipboard"></div>
<div onclick=
${
function
()
{
self
.
copyClipboard
()
}
} title='raw' class="
${
css
.
eyeButton
}
btn fa fa-clipboard"></div>
</div>
</div>
<div class='dropdownpanel' style='display:none'>
<div class='dropdownpanel' style='display:none'>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment