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
e6dd2f26
Unverified
Commit
e6dd2f26
authored
Aug 06, 2019
by
Liana Husikyan
Committed by
GitHub
Aug 06, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2241 from ethereum/toasterIssue
remove colors from icon on vertical panel
parents
47a93793
afb13d6d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
package-lock.json
package-lock.json
+0
-0
vertical-icons.js
src/app/components/vertical-icons.js
+1
-1
landing-page.js
src/app/ui/landing-page/landing-page.js
+2
-2
No files found.
package-lock.json
View file @
e6dd2f26
This diff is collapsed.
Click to expand it.
src/app/components/vertical-icons.js
View file @
e6dd2f26
...
...
@@ -177,7 +177,7 @@ export class VerticalIcons extends Plugin {
if
(
nextActive
)
{
let
image
=
nextActive
.
querySelector
(
'.image'
)
nextActive
.
classList
.
add
(
css
.
active
)
image
.
style
.
setProperty
(
'filter'
,
`invert(
${
invert
}
)`
)
image
.
style
.
setProperty
(
'filter'
,
`invert(
${
invert
}
)
grayscale(1) brightness(0%)
`
)
}
}
...
...
src/app/ui/landing-page/landing-page.js
View file @
e6dd2f26
...
...
@@ -194,7 +194,7 @@ export class LandingPage extends ViewPlugin {
</div><!-- end of jumbotron -->
</div><!-- end of jumbotron container -->
<div class="row
${
css
.
hpSections
}
">
<div id="col1" class="col-sm-
6
">
<div id="col1" class="col-sm-
7
">
<div class="mb-5">
<h4>Environments</h4>
<div class="
${
css
.
enviroments
}
pt-2">
...
...
@@ -230,7 +230,7 @@ export class LandingPage extends ViewPlugin {
</div><!-- end of btn-group -->
</div><!-- end of div.file -->
</div><!-- end of #col1 -->
<div id="col2" class="col-sm-
6
">
<div id="col2" class="col-sm-
5
">
<div class="plugins mb-5">
<h4>Featured Plugins</h4>
<p class="mb-1
${
css
.
text
}
" onclick=
${()
=>
{
startPipeline
()
}}
>
Pipeline
<
/p
>
...
...
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