Unverified Commit e6dd2f26 authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

Merge pull request #2241 from ethereum/toasterIssue

remove colors from icon on vertical panel
parents 47a93793 afb13d6d
This diff is collapsed.
......@@ -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%)`)
}
}
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment