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
61144522
Unverified
Commit
61144522
authored
Apr 16, 2019
by
yann300
Committed by
GitHub
Apr 16, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1854 from ethereum/swap_it_style_fixes_l
debug panel. selection color
parents
dfc6b6b4
91a09c7c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
CodeListView.js
src/app/debugger/debuggerUI/vmDebugger/CodeListView.js
+2
-1
contractDropdown.js
src/app/tabs/runTab/contractDropdown.js
+1
-1
No files found.
src/app/debugger/debuggerUI/vmDebugger/CodeListView.js
View file @
61144522
...
...
@@ -40,7 +40,8 @@ CodeListView.prototype.indexChanged = function (index) {
}
}
this
.
itemSelected
=
this
.
codeView
.
children
[
index
]
this
.
itemSelected
.
style
.
setProperty
(
'background-color'
,
'var(--danger)'
)
this
.
itemSelected
.
style
.
setProperty
(
'background-color'
,
'var(--info)'
)
this
.
itemSelected
.
style
.
setProperty
(
'color'
,
'var(--light)'
)
this
.
itemSelected
.
setAttribute
(
'selected'
,
'selected'
)
if
(
this
.
itemSelected
.
firstChild
)
{
this
.
itemSelected
.
firstChild
.
setAttribute
(
'style'
,
'margin-left: 2px'
)
...
...
src/app/tabs/runTab/contractDropdown.js
View file @
61144522
...
...
@@ -61,7 +61,7 @@ class ContractDropdownUI {
${
this
.
createPanel
}
${
this
.
orLabel
}
<div class="
${
css
.
button
}
${
css
.
atAddressSect
}
">
<div class="
${
css
.
atAddress
}
btn btn-sm btn-
primary
" onclick=
${
this
.
loadFromAddress
.
bind
(
this
)}
>At Address</div>
<div class="
${
css
.
atAddress
}
btn btn-sm btn-
info
" onclick=
${
this
.
loadFromAddress
.
bind
(
this
)}
>At Address</div>
${
this
.
atAddressButtonInput
}
</div>
</div>
...
...
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