Merge pull request #4013 from mempool/simon/css-fix-fa-icons
Fix some icon css color changes
This commit is contained in:
		
						commit
						95707de8ec
					
				@ -51,7 +51,7 @@
 | 
				
			|||||||
          <a class="title-link" href="" [routerLink]="['/blocks' | relativeUrl]">
 | 
					          <a class="title-link" href="" [routerLink]="['/blocks' | relativeUrl]">
 | 
				
			||||||
            <h5 class="card-title d-inline" i18n="dashboard.latest-blocks">Latest blocks</h5>
 | 
					            <h5 class="card-title d-inline" i18n="dashboard.latest-blocks">Latest blocks</h5>
 | 
				
			||||||
            <span> </span>
 | 
					            <span> </span>
 | 
				
			||||||
            <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: 'text-top'; font-size: 13px; color: '#4a68b9'"></fa-icon>
 | 
					            <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon>
 | 
				
			||||||
          </a>
 | 
					          </a>
 | 
				
			||||||
          <app-blocks-list [attr.data-cy]="'latest-blocks'" [widget]=true></app-blocks-list>
 | 
					          <app-blocks-list [attr.data-cy]="'latest-blocks'" [widget]=true></app-blocks-list>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
@ -65,7 +65,7 @@
 | 
				
			|||||||
          <a class="title-link" href="" [routerLink]="['/graphs/mining/hashrate-difficulty' | relativeUrl]">
 | 
					          <a class="title-link" href="" [routerLink]="['/graphs/mining/hashrate-difficulty' | relativeUrl]">
 | 
				
			||||||
            <h5 class="card-title d-inline" i18n="dashboard.adjustments">Adjustments</h5>
 | 
					            <h5 class="card-title d-inline" i18n="dashboard.adjustments">Adjustments</h5>
 | 
				
			||||||
            <span> </span>
 | 
					            <span> </span>
 | 
				
			||||||
            <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: 'text-top'; font-size: 13px; color: '#4a68b9'"></fa-icon>
 | 
					            <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon>
 | 
				
			||||||
          </a>
 | 
					          </a>
 | 
				
			||||||
          <app-difficulty-adjustments-table [attr.data-cy]="'difficulty-adjustments-table'"></app-difficulty-adjustments-table>
 | 
					          <app-difficulty-adjustments-table [attr.data-cy]="'difficulty-adjustments-table'"></app-difficulty-adjustments-table>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 | 
				
			|||||||
@ -78,7 +78,7 @@
 | 
				
			|||||||
          <a class="title-link" href="" [routerLink]="['/rbf' | relativeUrl]">
 | 
					          <a class="title-link" href="" [routerLink]="['/rbf' | relativeUrl]">
 | 
				
			||||||
            <h5 class="card-title d-inline" i18n="dashboard.latest-rbf-replacements">Latest replacements</h5>
 | 
					            <h5 class="card-title d-inline" i18n="dashboard.latest-rbf-replacements">Latest replacements</h5>
 | 
				
			||||||
            <span> </span>
 | 
					            <span> </span>
 | 
				
			||||||
            <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: 'text-top'; font-size: 13px; color: '#4a68b9'"></fa-icon>
 | 
					            <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon>
 | 
				
			||||||
          </a>
 | 
					          </a>
 | 
				
			||||||
          <table class="table lastest-replacements-table">
 | 
					          <table class="table lastest-replacements-table">
 | 
				
			||||||
            <thead>
 | 
					            <thead>
 | 
				
			||||||
@ -112,7 +112,7 @@
 | 
				
			|||||||
            <a class="title-link" href="" [routerLink]="['/blocks' | relativeUrl]">
 | 
					            <a class="title-link" href="" [routerLink]="['/blocks' | relativeUrl]">
 | 
				
			||||||
              <h5 class="card-title d-inline" i18n="dashboard.latest-blocks">Latest blocks</h5>
 | 
					              <h5 class="card-title d-inline" i18n="dashboard.latest-blocks">Latest blocks</h5>
 | 
				
			||||||
              <span> </span>
 | 
					              <span> </span>
 | 
				
			||||||
              <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: 'text-top'; font-size: 13px; color: '#4a68b9'"></fa-icon>
 | 
					              <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon>
 | 
				
			||||||
            </a>
 | 
					            </a>
 | 
				
			||||||
            <table class="table lastest-blocks-table">
 | 
					            <table class="table lastest-blocks-table">
 | 
				
			||||||
              <thead>
 | 
					              <thead>
 | 
				
			||||||
 | 
				
			|||||||
@ -61,7 +61,7 @@
 | 
				
			|||||||
          <a class="title-link" href="" [routerLink]="['/lightning/nodes/rankings/liquidity' | relativeUrl]">
 | 
					          <a class="title-link" href="" [routerLink]="['/lightning/nodes/rankings/liquidity' | relativeUrl]">
 | 
				
			||||||
            <h5 class="card-title d-inline" i18n="lightning.liquidity-ranking">Liquidity Ranking</h5>
 | 
					            <h5 class="card-title d-inline" i18n="lightning.liquidity-ranking">Liquidity Ranking</h5>
 | 
				
			||||||
            <span> </span>
 | 
					            <span> </span>
 | 
				
			||||||
            <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: 'text-top'; font-size: 13px; color: '#4a68b9'"></fa-icon>
 | 
					            <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon>
 | 
				
			||||||
          </a>
 | 
					          </a>
 | 
				
			||||||
          <app-top-nodes-per-capacity [nodes$]="nodesRanking$" [widget]="true"></app-top-nodes-per-capacity>
 | 
					          <app-top-nodes-per-capacity [nodes$]="nodesRanking$" [widget]="true"></app-top-nodes-per-capacity>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
@ -75,7 +75,7 @@
 | 
				
			|||||||
          <a class="title-link" href="" [routerLink]="['/lightning/nodes/rankings/connectivity' | relativeUrl]">
 | 
					          <a class="title-link" href="" [routerLink]="['/lightning/nodes/rankings/connectivity' | relativeUrl]">
 | 
				
			||||||
            <h5 class="card-title d-inline" i18n="lightning.connectivity-ranking">Connectivity Ranking</h5>
 | 
					            <h5 class="card-title d-inline" i18n="lightning.connectivity-ranking">Connectivity Ranking</h5>
 | 
				
			||||||
            <span> </span>
 | 
					            <span> </span>
 | 
				
			||||||
            <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: 'text-top'; font-size: 13px; color: '#4a68b9'"></fa-icon>
 | 
					            <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon>
 | 
				
			||||||
          </a>
 | 
					          </a>
 | 
				
			||||||
          <app-top-nodes-per-channels [nodes$]="nodesRanking$" [widget]="true"></app-top-nodes-per-channels>
 | 
					          <app-top-nodes-per-channels [nodes$]="nodesRanking$" [widget]="true"></app-top-nodes-per-channels>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 | 
				
			|||||||
@ -8,7 +8,7 @@
 | 
				
			|||||||
            <h5 class="card-title d-inline" i18n="lightning.liquidity-ranking">Liquidity Ranking</h5>
 | 
					            <h5 class="card-title d-inline" i18n="lightning.liquidity-ranking">Liquidity Ranking</h5>
 | 
				
			||||||
            <span> </span>
 | 
					            <span> </span>
 | 
				
			||||||
            <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true"
 | 
					            <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true"
 | 
				
			||||||
              style="vertical-align: 'text-top'; font-size: 13px; color: '#4a68b9'"></fa-icon>
 | 
					              style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon>
 | 
				
			||||||
          </a>
 | 
					          </a>
 | 
				
			||||||
          <app-top-nodes-per-capacity [nodes$]="nodesRanking$" [widget]="true"></app-top-nodes-per-capacity>
 | 
					          <app-top-nodes-per-capacity [nodes$]="nodesRanking$" [widget]="true"></app-top-nodes-per-capacity>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
@ -22,7 +22,7 @@
 | 
				
			|||||||
            <h5 class="card-title d-inline" i18n="lightning.connectivity-ranking">Connectivity Ranking</h5>
 | 
					            <h5 class="card-title d-inline" i18n="lightning.connectivity-ranking">Connectivity Ranking</h5>
 | 
				
			||||||
            <span> </span>
 | 
					            <span> </span>
 | 
				
			||||||
            <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true"
 | 
					            <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true"
 | 
				
			||||||
              style="vertical-align: 'text-top'; font-size: 13px; color: '#4a68b9'"></fa-icon>
 | 
					              style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon>
 | 
				
			||||||
          </a>
 | 
					          </a>
 | 
				
			||||||
          <app-top-nodes-per-channels [nodes$]="nodesRanking$" [widget]="true"></app-top-nodes-per-channels>
 | 
					          <app-top-nodes-per-channels [nodes$]="nodesRanking$" [widget]="true"></app-top-nodes-per-channels>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
@ -36,7 +36,7 @@
 | 
				
			|||||||
            <h5 class="card-title d-inline" i18n="lightning.top-channels-age">Oldest nodes</h5>
 | 
					            <h5 class="card-title d-inline" i18n="lightning.top-channels-age">Oldest nodes</h5>
 | 
				
			||||||
            <span> </span>
 | 
					            <span> </span>
 | 
				
			||||||
            <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true"
 | 
					            <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true"
 | 
				
			||||||
              style="vertical-align: 'text-top'; font-size: 13px; color: '#4a68b9'"></fa-icon>
 | 
					              style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon>
 | 
				
			||||||
          </a>
 | 
					          </a>
 | 
				
			||||||
          <app-oldest-nodes [widget]="true"></app-oldest-nodes>
 | 
					          <app-oldest-nodes [widget]="true"></app-oldest-nodes>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user